Html Css Color HEX #ED89CB Tea Rose

📋 copy color: '#ED89CB'

red 237 ◦ green 137 ◦ blue 203

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

Shades of Tea Rose #ED89CB

Tints of Tea Rose #ED89CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.18%

R = 41.07%
G = 23.74%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED89CB (or 0xED89CB) is known color: Tea Rose. HEX triplet: ED, 89 and CB. RGB value is (237,137,203). Sum of RGB (Red+Green+Blue) = 237+137+203=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 137 (53.91% from 255 or 23.74% from 577); Blue value is 203 (79.69% from 255 or 35.18% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89CB is #127634. Grayscale: #AEAEAE. Windows color (decimal): -1209909 or 13339117. OLE color: 13339117.

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

Color convert

RGB 237 137 203 -
CMYK 0 0.42 0.14 0.07
HSL 320.4º 0.74% 0.73% -
HSV(B) 320.4º 0.42% 0.93% -
XYZ 54.65 40.21 61.38 -
YUV 174.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 237 137 203 0 0.42 0.14 0.07 320.4 0.74 0.73
Hex ED 89 CB 0 2A E 7 140 4A 49
Octal 355 211 313 0 52 16 7 500 112 111
Binary 11101101 10001001 11001011 0 101010 1110 111 101000000 1001010 1001001

Color Harmonies of #ED89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89CB

Black with #ED89CB

Text Example


Text Example

White with #ED89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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