#ED7DCD

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

Shades of Tea Rose #ED7DCD

Tints of Tea Rose #ED7DCD

Color information

#ED7DCD (or 0xED7DCD) is unknown color: approx Tea Rose. HEX triplet: ED, 7D and CD. RGB value is (237,125,205). Sum of RGB (Red+Green+Blue) = 237+125+205=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 205 (80.47% from 255 or 36.16% from 567); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCD is #128232. Grayscale: #A7A7A7. Windows color (decimal): -1212979 or 13467117. OLE color: 13467117.

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

Color convert

RGB237125205-
CMYK00.470.140.07
HSL317.14º75.68%70.98%-
HSV(B)317.14º47.26%92.94%-
XYZ53.2837.0862.11-
YUV167.61149.11177.5-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.80%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 205 (80.47% from 255) = 36.16%
R=41.80%
G=22.05%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712520500.470.140.07317.1475.6870.98
HexED7DCD02FE713d4c47
Octal355175315057167475114107
Binary111011011111101110011010101111111011110011110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DCD; }

 p { color: rgb(237,125,205); }

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

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

 a { background-color: rgb(237,125,205); }

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

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

 span { border-color: rgb(237,125,205); }

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