Html Css Color HEX #E874CE Orchid

📋 copy color: '#E874CE'

red 232 ◦ green 116 ◦ blue 206

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

Shades of Orchid #E874CE

Tints of Orchid #E874CE

RGB

 RED value IS 232 (91.02% from 255) = 41.88%

 GREEN value IS 116 (45.7% from 255) = 20.94%

 BLUE value IS 206 (80.86% from 255) = 37.18%

R = 41.88%
G = 20.94%
B = 37.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E874CE (or 0xE874CE) is known color: Orchid. HEX triplet: E8, 74 and CE. RGB value is (232,116,206). Sum of RGB (Red+Green+Blue) = 232+116+206=554 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.88% from 554); Green value is 116 (45.70% from 255 or 20.94% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 232 - color contains mainly: red. Hex color #E874CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E874CE is #178B31. Grayscale: #A0A0A0. Windows color (decimal): -1542962 or 13530344. OLE color: 13530344.

HSL color Cylindrical-coordinate representation of color #E874CE: hue angle of 313.45º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E874CE is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 116 206 -
CMYK 0 0.50 0.11 0.09
HSL 313.45º 0.72% 0.68% -
HSV(B) 313.45º 0.5% 0.91% -
XYZ 50.66 34.1 62.3 -
YUV 160.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 232 116 206 0 0.50 0.11 0.09 313.45 0.72 0.68
Hex E8 74 CE 0 32 B 9 139 48 44
Octal 350 164 316 0 62 13 11 471 110 104
Binary 11101000 1110100 11001110 0 110010 1011 1001 100111001 1001000 1000100

Color Harmonies of #E874CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E874CE

Black with #E874CE

Text Example


Text Example

White with #E874CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E874CE; }

 p { color: rgb(232,116,206); }

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

background-color css

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

 a { background-color: rgb(232,116,206); }

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

border-color css

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

 span { border-color: rgb(232,116,206); }

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