Html Css Color HEX #EA89D0 Tea Rose

📋 copy color: '#EA89D0'

red 234 ◦ green 137 ◦ blue 208

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

Shades of Tea Rose #EA89D0

Tints of Tea Rose #EA89D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.92%

R = 40.41%
G = 23.66%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EA89D0 (or 0xEA89D0) is known color: Tea Rose. HEX triplet: EA, 89 and D0. RGB value is (234,137,208). Sum of RGB (Red+Green+Blue) = 234+137+208=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 137 (53.91% from 255 or 23.66% from 579); Blue value is 208 (81.64% from 255 or 35.92% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EA89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA89D0 is #15762F. Grayscale: #ADADAD. Windows color (decimal): -1406512 or 13666794. OLE color: 13666794.

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

Color convert

RGB 234 137 208 -
CMYK 0 0.41 0.11 0.08
HSL 316.08º 0.7% 0.73% -
HSV(B) 316.08º 0.41% 0.92% -
XYZ 54.26 39.94 64.52 -
YUV 174.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 234 137 208 0 0.41 0.11 0.08 316.08 0.7 0.73
Hex EA 89 D0 0 29 B 8 13C 46 49
Octal 352 211 320 0 51 13 10 474 106 111
Binary 11101010 10001001 11010000 0 101001 1011 1000 100111100 1000110 1001001

Color Harmonies of #EA89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA89D0

Black with #EA89D0

Text Example


Text Example

White with #EA89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA89D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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