#ED7AC8

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

Shades of Tea Rose #ED7AC8

Tints of Tea Rose #ED7AC8

Color information

#ED7AC8 (or 0xED7AC8) is unknown color: approx Tea Rose. HEX triplet: ED, 7A and C8. RGB value is (237,122,200). Sum of RGB (Red+Green+Blue) = 237+122+200=559 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.40% from 559); Green value is 122 (48.05% from 255 or 21.82% from 559); Blue value is 200 (78.52% from 255 or 35.78% from 559); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7AC8 is #128537. Grayscale: #A5A5A5. Windows color (decimal): -1213752 or 13138669. OLE color: 13138669.

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

Color convert

RGB237122200-
CMYK00.490.160.07
HSL319.3º76.16%70.39%-
HSV(B)319.3º48.52%92.94%-
XYZ52.3136.0958.85-
YUV165.28147.6179.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.40%
GREEN value IS 122 (48.05% from 255) = 21.82%
BLUE value IS 200 (78.52% from 255) = 35.78%
R=42.40%
G=21.82%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712220000.490.160.07319.376.1670.39
HexED7AC803110713f4c46
Octal355172310061207477114106
Binary1110110111110101100100001100011000011110011111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7AC8; }

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

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

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

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

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

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

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

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