Html Css Color HEX #ED8AC9 Tea Rose

📋 copy color: '#ED8AC9'

red 237 ◦ green 138 ◦ blue 201

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

Shades of Tea Rose #ED8AC9

Tints of Tea Rose #ED8AC9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.96%

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

R = 41.15%
G = 23.96%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#ED8AC9 (or 0xED8AC9) is known color: Tea Rose. HEX triplet: ED, 8A and C9. RGB value is (237,138,201). Sum of RGB (Red+Green+Blue) = 237+138+201=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8AC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8AC9 is #127536. Grayscale: #AEAEAE. Windows color (decimal): -1209655 or 13208301. OLE color: 13208301.

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

Color convert

RGB 237 138 201 -
CMYK 0 0.42 0.15 0.07
HSL 321.82º 0.73% 0.74% -
HSV(B) 321.82º 0.42% 0.93% -
XYZ 54.56 40.4 60.18 -
YUV 174.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 237 138 201 0 0.42 0.15 0.07 321.82 0.73 0.74
Hex ED 8A C9 0 2A F 7 142 49 4A
Octal 355 212 311 0 52 17 7 502 111 112
Binary 11101101 10001010 11001001 0 101010 1111 111 101000010 1001001 1001010

Color Harmonies of #ED8AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8AC9

Black with #ED8AC9

Text Example


Text Example

White with #ED8AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8AC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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