Html Css Color HEX #EA87C2 Tea Rose

📋 copy color: '#EA87C2'

red 234 ◦ green 135 ◦ blue 194

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

Shades of Tea Rose #EA87C2

Tints of Tea Rose #EA87C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 34.46%

R = 41.56%
G = 23.98%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#EA87C2 (or 0xEA87C2) is known color: Tea Rose. HEX triplet: EA, 87 and C2. RGB value is (234,135,194). Sum of RGB (Red+Green+Blue) = 234+135+194=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 135 (53.12% from 255 or 23.98% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA87C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA87C2 is #15783D. Grayscale: #ABABAB. Windows color (decimal): -1407038 or 12748778. OLE color: 12748778.

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

Color convert

RGB 234 135 194 -
CMYK 0 0.42 0.17 0.08
HSL 324.24º 0.7% 0.72% -
HSV(B) 324.24º 0.42% 0.92% -
XYZ 52.33 38.72 55.75 -
YUV 171.33 140.8 172.7 -
System Red Green Blue C M Y K H S L
Decimal 234 135 194 0 0.42 0.17 0.08 324.24 0.7 0.72
Hex EA 87 C2 0 2A 11 8 144 46 48
Octal 352 207 302 0 52 21 10 504 106 110
Binary 11101010 10000111 11000010 0 101010 10001 1000 101000100 1000110 1001000

Color Harmonies of #EA87C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA87C2

Black with #EA87C2

Text Example


Text Example

White with #EA87C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA87C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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