#ED7AC9

Color #ED7AC9 Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #ED7AC9

Tints of Tea Rose #ED7AC9

Color information

#ED7AC9 (or 0xED7AC9) is unknown color: approx Tea Rose. HEX triplet: ED, 7A and C9. RGB value is (237,122,201). Sum of RGB (Red+Green+Blue) = 237+122+201=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AC9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AC9 is #128536. Grayscale: #A5A5A5. Windows color (decimal): -1213751 or 13204205. OLE color: 13204205.

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

Color convert

RGB237122201-
CMYK00.490.150.07
HSL318.78º76.16%70.39%-
HSV(B)318.78º48.52%92.94%-
XYZ52.4336.1459.47-
YUV165.39148.1179.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.32%
GREEN value IS 122 (48.05% from 255) = 21.79%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=42.32%
G=21.79%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712220100.490.150.07318.7876.1670.39
HexED7AC9031F713f4c46
Octal355172311061177477114106
Binary111011011111010110010010110001111111110011111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AC9; }

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

 H1.HeaderClassName
 {
   color: #ED7AC9;
 }
 .AnyTagClassName
 {
   color: #ED7AC9;
 }
</style>
background-color css

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

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

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

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

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

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