Html Css Color HEX #E088CA Tea Rose

📋 copy color: '#E088CA'

red 224 ◦ green 136 ◦ blue 202

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

Shades of Tea Rose #E088CA

Tints of Tea Rose #E088CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.94%

R = 39.86%
G = 24.2%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E088CA (or 0xE088CA) is known color: Tea Rose. HEX triplet: E0, 88 and CA. RGB value is (224,136,202). Sum of RGB (Red+Green+Blue) = 224+136+202=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 136 (53.52% from 255 or 24.20% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 224 - color contains mainly: red. Hex color #E088CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E088CA is #1F7735. Grayscale: #A9A9A9. Windows color (decimal): -2062134 or 13273312. OLE color: 13273312.

HSL color Cylindrical-coordinate representation of color #E088CA: hue angle of 315º 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 #E088CA is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 136 202 -
CMYK 0 0.39 0.10 0.12
HSL 315º 0.59% 0.71% -
HSV(B) 315º 0.39% 0.88% -
XYZ 50.21 37.72 60.51 -
YUV 169.84 146.15 166.63 -
System Red Green Blue C M Y K H S L
Decimal 224 136 202 0 0.39 0.10 0.12 315 0.59 0.71
Hex E0 88 CA 0 27 A C 13B 3B 47
Octal 340 210 312 0 47 12 14 473 73 107
Binary 11100000 10001000 11001010 0 100111 1010 1100 100111011 111011 1000111

Color Harmonies of #E088CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E088CA

Black with #E088CA

Text Example


Text Example

White with #E088CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E088CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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