Html Css Color HEX #EA88CC Tea Rose

📋 copy color: '#EA88CC'

red 234 ◦ green 136 ◦ blue 204

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

Shades of Tea Rose #EA88CC

Tints of Tea Rose #EA88CC

RGB

 RED value IS 234 (91.8% from 255) = 40.77%

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

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

R = 40.77%
G = 23.69%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA88CC (or 0xEA88CC) is known color: Tea Rose. HEX triplet: EA, 88 and CC. RGB value is (234,136,204). Sum of RGB (Red+Green+Blue) = 234+136+204=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 136 (53.52% from 255 or 23.69% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88CC is #157733. Grayscale: #ACACAC. Windows color (decimal): -1406772 or 13404394. OLE color: 13404394.

HSL color Cylindrical-coordinate representation of color #EA88CC: hue angle of 318.37º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EA88CC is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 136 204 -
CMYK 0 0.42 0.13 0.08
HSL 318.37º 0.7% 0.73% -
HSV(B) 318.37º 0.42% 0.92% -
XYZ 53.63 39.46 61.92 -
YUV 173.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 234 136 204 0 0.42 0.13 0.08 318.37 0.7 0.73
Hex EA 88 CC 0 2A D 8 13E 46 49
Octal 352 210 314 0 52 15 10 476 106 111
Binary 11101010 10001000 11001100 0 101010 1101 1000 100111110 1000110 1001001

Color Harmonies of #EA88CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88CC

Black with #EA88CC

Text Example


Text Example

White with #EA88CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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