Html Css Color HEX #EA89CC Tea Rose

📋 copy color: '#EA89CC'

red 234 ◦ green 137 ◦ blue 204

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

Shades of Tea Rose #EA89CC

Tints of Tea Rose #EA89CC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.83%

 BLUE value IS 204 (80.08% from 255) = 35.48%

R = 40.7%
G = 23.83%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#EA89CC (or 0xEA89CC) is known color: Tea Rose. HEX triplet: EA, 89 and CC. RGB value is (234,137,204). Sum of RGB (Red+Green+Blue) = 234+137+204=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 137 (53.91% from 255 or 23.83% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89CC is #157633. Grayscale: #ADADAD. Windows color (decimal): -1406516 or 13404650. OLE color: 13404650.

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

Color convert

RGB 234 137 204 -
CMYK 0 0.41 0.13 0.08
HSL 318.56º 0.7% 0.73% -
HSV(B) 318.56º 0.41% 0.92% -
XYZ 53.78 39.74 61.96 -
YUV 173.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 234 137 204 0 0.41 0.13 0.08 318.56 0.7 0.73
Hex EA 89 CC 0 29 D 8 13F 46 49
Octal 352 211 314 0 51 15 10 477 106 111
Binary 11101010 10001001 11001100 0 101001 1101 1000 100111111 1000110 1001001

Color Harmonies of #EA89CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89CC

Black with #EA89CC

Text Example


Text Example

White with #EA89CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89CC; }

 p { color: rgb(234,137,204); }

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

background-color css

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

 a { background-color: rgb(234,137,204); }

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

border-color css

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

 span { border-color: rgb(234,137,204); }

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