Html Css Color HEX #EA88C4 Tea Rose

📋 copy color: '#EA88C4'

red 234 ◦ green 136 ◦ blue 196

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

Shades of Tea Rose #EA88C4

Tints of Tea Rose #EA88C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.63%

R = 41.34%
G = 24.03%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#EA88C4 (or 0xEA88C4) is known color: Tea Rose. HEX triplet: EA, 88 and C4. RGB value is (234,136,196). Sum of RGB (Red+Green+Blue) = 234+136+196=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88C4 is #15773B. Grayscale: #ACACAC. Windows color (decimal): -1406780 or 12880106. OLE color: 12880106.

HSL color Cylindrical-coordinate representation of color #EA88C4: hue angle of 323.27º 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 #EA88C4 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 136 196 -
CMYK 0 0.42 0.16 0.08
HSL 323.27º 0.7% 0.73% -
HSV(B) 323.27º 0.42% 0.92% -
XYZ 52.7 39.09 56.99 -
YUV 172.14 141.47 172.12 -
System Red Green Blue C M Y K H S L
Decimal 234 136 196 0 0.42 0.16 0.08 323.27 0.7 0.73
Hex EA 88 C4 0 2A 10 8 143 46 49
Octal 352 210 304 0 52 20 10 503 106 111
Binary 11101010 10001000 11000100 0 101010 10000 1000 101000011 1000110 1001001

Color Harmonies of #EA88C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88C4

Black with #EA88C4

Text Example


Text Example

White with #EA88C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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