Html Css Color HEX #EA87BE Tea Rose

📋 copy color: '#EA87BE'

red 234 ◦ green 135 ◦ blue 190

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

Shades of Tea Rose #EA87BE

Tints of Tea Rose #EA87BE

RGB

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

 GREEN value IS 135 (53.13% from 255) = 24.15%

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

R = 41.86%
G = 24.15%
B = 33.99%

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

#EA87BE (or 0xEA87BE) is known color: Tea Rose. HEX triplet: EA, 87 and BE. RGB value is (234,135,190). Sum of RGB (Red+Green+Blue) = 234+135+190=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87BE is #157841. Grayscale: #AAAAAA. Windows color (decimal): -1407042 or 12486634. OLE color: 12486634.

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

Color convert

RGB 234 135 190 -
CMYK 0 0.42 0.19 0.08
HSL 326.67º 0.7% 0.72% -
HSV(B) 326.67º 0.42% 0.92% -
XYZ 51.89 38.54 53.42 -
YUV 170.87 138.8 173.03 -
System Red Green Blue C M Y K H S L
Decimal 234 135 190 0 0.42 0.19 0.08 326.67 0.7 0.72
Hex EA 87 BE 0 2A 13 8 147 46 48
Octal 352 207 276 0 52 23 10 507 106 110
Binary 11101010 10000111 10111110 0 101010 10011 1000 101000111 1000110 1001000

Color Harmonies of #EA87BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87BE

Black with #EA87BE

Text Example


Text Example

White with #EA87BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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