#ED7CCF

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

Shades of Tea Rose #ED7CCF

Tints of Tea Rose #ED7CCF

Color information

#ED7CCF (or 0xED7CCF) is unknown color: approx Tea Rose. HEX triplet: ED, 7C and CF. RGB value is (237,124,207). Sum of RGB (Red+Green+Blue) = 237+124+207=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7CCF is #128330. Grayscale: #A7A7A7. Windows color (decimal): -1213233 or 13597933. OLE color: 13597933.

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

Color convert

RGB237124207-
CMYK00.480.130.07
HSL315.93º75.84%70.78%-
HSV(B)315.93º47.68%92.94%-
XYZ53.436.9263.34-
YUV167.25150.44177.75-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 124 (48.83% from 255) = 21.83%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=41.73%
G=21.83%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712420700.480.130.07315.9375.8470.78
HexED7CCF030D713c4c47
Octal355174317060157474114107
Binary111011011111100110011110110000110111110011110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7CCF; }

 p { color: rgb(237,124,207); }

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

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

 a { background-color: rgb(237,124,207); }

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

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

 span { border-color: rgb(237,124,207); }

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