Html Css Color HEX #E088CC Orchid

📋 copy color: '#E088CC'

red 224 ◦ green 136 ◦ blue 204

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

Shades of Orchid #E088CC

Tints of Orchid #E088CC

RGB

 RED value IS 224 (87.89% from 255) = 39.72%

 GREEN value IS 136 (53.52% from 255) = 24.11%

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

R = 39.72%
G = 24.11%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E088CC (or 0xE088CC) is known color: Orchid. HEX triplet: E0, 88 and CC. RGB value is (224,136,204). Sum of RGB (Red+Green+Blue) = 224+136+204=564 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.72% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CC is #1F7733. Grayscale: #A9A9A9. Windows color (decimal): -2062132 or 13404384. OLE color: 13404384.

HSL color Cylindrical-coordinate representation of color #E088CC: hue angle of 313.64º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E088CC is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 204 -
CMYK 0 0.39 0.09 0.12
HSL 313.64º 0.59% 0.71% -
HSV(B) 313.64º 0.39% 0.88% -
XYZ 50.44 37.82 61.77 -
YUV 170.06 147.15 166.47 -
System Red Green Blue C M Y K H S L
Decimal 224 136 204 0 0.39 0.09 0.12 313.64 0.59 0.71
Hex E0 88 CC 0 27 9 C 13A 3B 47
Octal 340 210 314 0 47 11 14 472 73 107
Binary 11100000 10001000 11001100 0 100111 1001 1100 100111010 111011 1000111

Color Harmonies of #E088CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088CC

Black with #E088CC

Text Example


Text Example

White with #E088CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088CC; }

 p { color: rgb(224,136,204); }

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

background-color css

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

 a { background-color: rgb(224,136,204); }

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

border-color css

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

 span { border-color: rgb(224,136,204); }

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