Html Css Color HEX #ED89D0 Tea Rose

📋 copy color: '#ED89D0'

red 237 ◦ green 137 ◦ blue 208

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

Shades of Tea Rose #ED89D0

Tints of Tea Rose #ED89D0

RGB

 RED value IS 237 (92.97% from 255) = 40.72%

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

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

R = 40.72%
G = 23.54%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED89D0 (or 0xED89D0) is known color: Tea Rose. HEX triplet: ED, 89 and D0. RGB value is (237,137,208). Sum of RGB (Red+Green+Blue) = 237+137+208=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 137 (53.91% from 255 or 23.54% from 582); Blue value is 208 (81.64% from 255 or 35.74% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89D0 is #12762F. Grayscale: #AEAEAE. Windows color (decimal): -1209904 or 13666797. OLE color: 13666797.

HSL color Cylindrical-coordinate representation of color #ED89D0: hue angle of 317.4º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ED89D0 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 208 -
CMYK 0 0.42 0.12 0.07
HSL 317.4º 0.74% 0.73% -
HSV(B) 317.4º 0.42% 0.93% -
XYZ 55.26 40.45 64.57 -
YUV 174.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 237 137 208 0 0.42 0.12 0.07 317.4 0.74 0.73
Hex ED 89 D0 0 2A C 7 13D 4A 49
Octal 355 211 320 0 52 14 7 475 112 111
Binary 11101101 10001001 11010000 0 101010 1100 111 100111101 1001010 1001001

Color Harmonies of #ED89D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89D0

Black with #ED89D0

Text Example


Text Example

White with #ED89D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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