#ED7EC8

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

Shades of Tea Rose #ED7EC8

Tints of Tea Rose #ED7EC8

Color information

#ED7EC8 (or 0xED7EC8) is unknown color: approx Tea Rose. HEX triplet: ED, 7E and C8. RGB value is (237,126,200). Sum of RGB (Red+Green+Blue) = 237+126+200=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 126 (49.61% from 255 or 22.38% from 563); Blue value is 200 (78.52% from 255 or 35.52% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7EC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7EC8 is #128137. Grayscale: #A7A7A7. Windows color (decimal): -1212728 or 13139693. OLE color: 13139693.

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

Color convert

RGB237126200-
CMYK00.470.160.07
HSL320º75.51%71.18%-
HSV(B)320º46.84%92.94%-
XYZ52.8137.159.02-
YUV167.62146.27177.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 126 (49.61% from 255) = 22.38%
BLUE value IS 200 (78.52% from 255) = 35.52%
R=42.10%
G=22.38%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712620000.470.160.0732075.5171.18
HexED7EC802F1071404c47
Octal355176310057207500114107
Binary1110110111111101100100001011111000011110100000010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7EC8; }

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

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

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

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

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

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

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

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