Html Css Color HEX #EA88BE Tea Rose

📋 copy color: '#EA88BE'

red 234 ◦ green 136 ◦ blue 190

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

Shades of Tea Rose #EA88BE

Tints of Tea Rose #EA88BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 33.93%

R = 41.79%
G = 24.29%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#EA88BE (or 0xEA88BE) is known color: Tea Rose. HEX triplet: EA, 88 and BE. RGB value is (234,136,190). Sum of RGB (Red+Green+Blue) = 234+136+190=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88BE is #157741. Grayscale: #ABABAB. Windows color (decimal): -1406786 or 12486890. OLE color: 12486890.

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

Color convert

RGB 234 136 190 -
CMYK 0 0.42 0.19 0.08
HSL 326.94º 0.7% 0.73% -
HSV(B) 326.94º 0.42% 0.92% -
XYZ 52.03 38.82 53.47 -
YUV 171.46 138.47 172.61 -
System Red Green Blue C M Y K H S L
Decimal 234 136 190 0 0.42 0.19 0.08 326.94 0.7 0.73
Hex EA 88 BE 0 2A 13 8 147 46 49
Octal 352 210 276 0 52 23 10 507 106 111
Binary 11101010 10001000 10111110 0 101010 10011 1000 101000111 1000110 1001001

Color Harmonies of #EA88BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88BE

Black with #EA88BE

Text Example


Text Example

White with #EA88BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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