Html Css Color HEX #E373C4 Orchid

📋 copy color: '#E373C4'

red 227 ◦ green 115 ◦ blue 196

#E373C4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E373C4

Tints of Orchid #E373C4

RGB

 RED value IS 227 (89.06% from 255) = 42.19%

 GREEN value IS 115 (45.31% from 255) = 21.38%

 BLUE value IS 196 (76.95% from 255) = 36.43%

R = 42.19%
G = 21.38%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E373C4 (or 0xE373C4) is known color: Orchid. HEX triplet: E3, 73 and C4. RGB value is (227,115,196). Sum of RGB (Red+Green+Blue) = 227+115+196=538 (71% of max value = 765). Red value is 227 (89.06% from 255 or 42.19% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 196 (76.95% from 255 or 36.43% from 538); Max value from RGB is 227 - color contains mainly: red. Hex color #E373C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373C4 is #1C8C3B. Grayscale: #9D9D9D. Windows color (decimal): -1870908 or 12874723. OLE color: 12874723.

HSL color Cylindrical-coordinate representation of color #E373C4: hue angle of 316.61º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E373C4 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 115 196 -
CMYK 0 0.49 0.14 0.11
HSL 316.61º 0.67% 0.67% -
HSV(B) 316.61º 0.49% 0.89% -
XYZ 47.77 32.58 55.99 -
YUV 157.72 149.61 177.41 -
System Red Green Blue C M Y K H S L
Decimal 227 115 196 0 0.49 0.14 0.11 316.61 0.67 0.67
Hex E3 73 C4 0 31 E B 13D 43 43
Octal 343 163 304 0 61 16 13 475 103 103
Binary 11100011 1110011 11000100 0 110001 1110 1011 100111101 1000011 1000011

Color Harmonies of #E373C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E373C4

Black with #E373C4

Text Example


Text Example

White with #E373C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E373C4; }

 p { color: rgb(227,115,196); }

 H1.HeaderClassName
 {
   color: #E373C4;
 }
 .AnyTagClassName
 {
   color: #E373C4;
 }
</style>

background-color css

<style>
 a { background-color: #E373C4; }

 a { background-color: rgb(227,115,196); }

 div.DivClassName
 {
   background-color: #E373C4;
 }
 .BgClassName
 {
   background-color: #E373C4;
 }
</style>

border-color css

<style>
 span { border-color: #E373C4; }

 span { border-color: rgb(227,115,196); }

 td.TdClassName
 {
   border-color: #E373C4;
 }
 .TagClassName
 {
   border-color: #E373C4;
 }
</style>