Html Css Color HEX #ED89C0 Tea Rose

📋 copy color: '#ED89C0'

red 237 ◦ green 137 ◦ blue 192

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

Shades of Tea Rose #ED89C0

Tints of Tea Rose #ED89C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.92%

R = 41.87%
G = 24.2%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#ED89C0 (or 0xED89C0) is known color: Tea Rose. HEX triplet: ED, 89 and C0. RGB value is (237,137,192). Sum of RGB (Red+Green+Blue) = 237+137+192=566 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.87% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 237 - color contains mainly: red. Hex color #ED89C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED89C0 is #12763F. Grayscale: #ADADAD. Windows color (decimal): -1209920 or 12618221. OLE color: 12618221.

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

Color convert

RGB 237 137 192 -
CMYK 0 0.42 0.19 0.07
HSL 327º 0.74% 0.73% -
HSV(B) 327º 0.42% 0.93% -
XYZ 53.39 39.7 54.72 -
YUV 173.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 237 137 192 0 0.42 0.19 0.07 327 0.74 0.73
Hex ED 89 C0 0 2A 13 7 147 4A 49
Octal 355 211 300 0 52 23 7 507 112 111
Binary 11101101 10001001 11000000 0 101010 10011 111 101000111 1001010 1001001

Color Harmonies of #ED89C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED89C0

Black with #ED89C0

Text Example


Text Example

White with #ED89C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED89C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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