#ED7DCB

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

Shades of Tea Rose #ED7DCB

Tints of Tea Rose #ED7DCB

Color information

#ED7DCB (or 0xED7DCB) is unknown color: approx Tea Rose. HEX triplet: ED, 7D and CB. RGB value is (237,125,203). Sum of RGB (Red+Green+Blue) = 237+125+203=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 203 (79.69% from 255 or 35.93% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DCB is #128234. Grayscale: #A7A7A7. Windows color (decimal): -1212981 or 13336045. OLE color: 13336045.

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

Color convert

RGB237125203-
CMYK00.470.140.07
HSL318.21º75.68%70.98%-
HSV(B)318.21º47.26%92.94%-
XYZ53.0436.9860.84-
YUV167.38148.11177.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.95%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 203 (79.69% from 255) = 35.93%
R=41.95%
G=22.12%
B=35.93%

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
Decimal23712520300.470.140.07318.2175.6870.98
HexED7DCB02FE713e4c47
Octal355175313057167476114107
Binary111011011111101110010110101111111011110011111010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DCB; }

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

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

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

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

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

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

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

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