Html Css Color HEX #E872CC Orchid

📋 copy color: '#E872CC'

red 232 ◦ green 114 ◦ blue 204

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

Shades of Orchid #E872CC

Tints of Orchid #E872CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.73%

 BLUE value IS 204 (80.08% from 255) = 37.09%

R = 42.18%
G = 20.73%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E872CC (or 0xE872CC) is known color: Orchid. HEX triplet: E8, 72 and CC. RGB value is (232,114,204). Sum of RGB (Red+Green+Blue) = 232+114+204=550 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.18% from 550); Green value is 114 (44.92% from 255 or 20.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 232 - color contains mainly: red. Hex color #E872CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E872CC is #178D33. Grayscale: #9F9F9F. Windows color (decimal): -1543476 or 13398760. OLE color: 13398760.

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

Color convert

RGB 232 114 204 -
CMYK 0 0.51 0.12 0.09
HSL 314.24º 0.72% 0.68% -
HSV(B) 314.24º 0.51% 0.91% -
XYZ 50.2 33.55 60.96 -
YUV 159.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 232 114 204 0 0.51 0.12 0.09 314.24 0.72 0.68
Hex E8 72 CC 0 33 C 9 13A 48 44
Octal 350 162 314 0 63 14 11 472 110 104
Binary 11101000 1110010 11001100 0 110011 1100 1001 100111010 1001000 1000100

Color Harmonies of #E872CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E872CC

Black with #E872CC

Text Example


Text Example

White with #E872CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E872CC; }

 p { color: rgb(232,114,204); }

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

background-color css

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

 a { background-color: rgb(232,114,204); }

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

border-color css

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

 span { border-color: rgb(232,114,204); }

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