#ED7FD0

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

Shades of Tea Rose #ED7FD0

Tints of Tea Rose #ED7FD0

Color information

#ED7FD0 (or 0xED7FD0) is unknown color: approx Tea Rose. HEX triplet: ED, 7F and D0. RGB value is (237,127,208). Sum of RGB (Red+Green+Blue) = 237+127+208=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7FD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #ED7FD0 is #12802F. Grayscale: #A8A8A8. Windows color (decimal): -1212464 or 13664237. OLE color: 13664237.

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

Color convert

RGB237127208-
CMYK00.460.120.07
HSL315.82º75.34%71.37%-
HSV(B)315.82º46.41%92.94%-
XYZ53.937.7464.12-
YUV169.12149.94176.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.43%
GREEN value IS 127 (50% from 255) = 22.20%
BLUE value IS 208 (81.64% from 255) = 36.36%
R=41.43%
G=22.20%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712720800.460.120.07315.8275.3471.37
HexED7FD002EC713c4b47
Octal355177320056147474113107
Binary111011011111111110100000101110110011110011110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7FD0; }

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

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

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

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

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

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

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

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