#ED7DD0

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

Shades of Tea Rose #ED7DD0

Tints of Tea Rose #ED7DD0

Color information

#ED7DD0 (or 0xED7DD0) is unknown color: approx Tea Rose. HEX triplet: ED, 7D and D0. RGB value is (237,125,208). Sum of RGB (Red+Green+Blue) = 237+125+208=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 125 (49.22% from 255 or 21.93% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7DD0 is #12822F. Grayscale: #A7A7A7. Windows color (decimal): -1212976 or 13663725. OLE color: 13663725.

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

Color convert

RGB237125208-
CMYK00.470.120.07
HSL315.54º75.68%70.98%-
HSV(B)315.54º47.26%92.94%-
XYZ53.6437.2364.03-
YUV167.95150.61177.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 125 (49.22% from 255) = 21.93%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=41.58%
G=21.93%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712520800.470.120.07315.5475.6870.98
HexED7DD002FC713c4c47
Octal355175320057147474114107
Binary111011011111101110100000101111110011110011110010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7DD0; }

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

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

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

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

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

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

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

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