Html Css Color HEX #EA88C2 Tea Rose

📋 copy color: '#EA88C2'

red 234 ◦ green 136 ◦ blue 194

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

Shades of Tea Rose #EA88C2

Tints of Tea Rose #EA88C2

RGB

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

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

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

R = 41.49%
G = 24.11%
B = 34.4%

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

#EA88C2 (or 0xEA88C2) is known color: Tea Rose. HEX triplet: EA, 88 and C2. RGB value is (234,136,194). Sum of RGB (Red+Green+Blue) = 234+136+194=564 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.49% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 194 (76.17% from 255 or 34.40% from 564); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88C2 is #15773D. Grayscale: #ABABAB. Windows color (decimal): -1406782 or 12749034. OLE color: 12749034.

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

Color convert

RGB 234 136 194 -
CMYK 0 0.42 0.17 0.08
HSL 324.49º 0.7% 0.73% -
HSV(B) 324.49º 0.42% 0.92% -
XYZ 52.47 39 55.8 -
YUV 171.91 140.47 172.28 -
System Red Green Blue C M Y K H S L
Decimal 234 136 194 0 0.42 0.17 0.08 324.49 0.7 0.73
Hex EA 88 C2 0 2A 11 8 144 46 49
Octal 352 210 302 0 52 21 10 504 106 111
Binary 11101010 10001000 11000010 0 101010 10001 1000 101000100 1000110 1001001

Color Harmonies of #EA88C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA88C2

Black with #EA88C2

Text Example


Text Example

White with #EA88C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA88C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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