Html Css Color HEX #ED8DC9 Tea Rose

📋 copy color: '#ED8DC9'

red 237 ◦ green 141 ◦ blue 201

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

Shades of Tea Rose #ED8DC9

Tints of Tea Rose #ED8DC9

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.35%

 BLUE value IS 201 (78.91% from 255) = 34.72%

R = 40.93%
G = 24.35%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED8DC9 (or 0xED8DC9) is known color: Tea Rose. HEX triplet: ED, 8D and C9. RGB value is (237,141,201). Sum of RGB (Red+Green+Blue) = 237+141+201=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 201 (78.91% from 255 or 34.72% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DC9 is #127236. Grayscale: #B0B0B0. Windows color (decimal): -1208887 or 13209069. OLE color: 13209069.

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

Color convert

RGB 237 141 201 -
CMYK 0 0.41 0.15 0.07
HSL 322.5º 0.73% 0.74% -
HSV(B) 322.5º 0.41% 0.93% -
XYZ 54.99 41.27 60.33 -
YUV 176.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 237 141 201 0 0.41 0.15 0.07 322.5 0.73 0.74
Hex ED 8D C9 0 29 F 7 142 49 4A
Octal 355 215 311 0 51 17 7 502 111 112
Binary 11101101 10001101 11001001 0 101001 1111 111 101000010 1001001 1001010

Color Harmonies of #ED8DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8DC9

Black with #ED8DC9

Text Example


Text Example

White with #ED8DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8DC9; }

 p { color: rgb(237,141,201); }

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

background-color css

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

 a { background-color: rgb(237,141,201); }

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

border-color css

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

 span { border-color: rgb(237,141,201); }

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