Html Css Color HEX #ED89CE Tea Rose

📋 copy color: '#ED89CE'

red 237 ◦ green 137 ◦ blue 206

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

Shades of Tea Rose #ED89CE

Tints of Tea Rose #ED89CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 40.86%
G = 23.62%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED89CE (or 0xED89CE) is known color: Tea Rose. HEX triplet: ED, 89 and CE. RGB value is (237,137,206). Sum of RGB (Red+Green+Blue) = 237+137+206=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 137 (53.91% from 255 or 23.62% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89CE is #127631. Grayscale: #AEAEAE. Windows color (decimal): -1209906 or 13535725. OLE color: 13535725.

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

Color convert

RGB 237 137 206 -
CMYK 0 0.42 0.13 0.07
HSL 318.6º 0.74% 0.73% -
HSV(B) 318.6º 0.42% 0.93% -
XYZ 55.01 40.35 63.28 -
YUV 174.77 145.63 172.39 -
System Red Green Blue C M Y K H S L
Decimal 237 137 206 0 0.42 0.13 0.07 318.6 0.74 0.73
Hex ED 89 CE 0 2A D 7 13F 4A 49
Octal 355 211 316 0 52 15 7 477 112 111
Binary 11101101 10001001 11001110 0 101010 1101 111 100111111 1001010 1001001

Color Harmonies of #ED89CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89CE

Black with #ED89CE

Text Example


Text Example

White with #ED89CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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