#ED709E

Color #ED709E Pale Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Violet Red #ED709E

Tints of Pale Violet Red #ED709E

Color information

#ED709E (or 0xED709E) is unknown color: approx Pale Violet Red. HEX triplet: ED, 70 and 9E. RGB value is (237,112,158). Sum of RGB (Red+Green+Blue) = 237+112+158=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 158 (62.11% from 255 or 31.16% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED709E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED709E is #128F61. Grayscale: #9A9A9A. Windows color (decimal): -1216354 or 10383597. OLE color: 10383597.

HSL color Cylindrical-coordinate representation of color #ED709E: hue angle of 337.92º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ED709E is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237112158-
CMYK00.530.330.07
HSL337.92º77.64%68.43%-
HSV(B)337.92º52.74%92.94%-
XYZ46.8932.0636.06-
YUV154.62129.91186.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 112 (44.14% from 255) = 22.09%
BLUE value IS 158 (62.11% from 255) = 31.16%
R=46.75%
G=22.09%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711215800.530.330.07337.9277.6468.43
HexED709E0352171524e44
Octal355160236065417522116104
Binary11101101111000010011110011010110000111110101001010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED709E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED709E; }

 p { color: rgb(237,112,158); }

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

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

 a { background-color: rgb(237,112,158); }

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

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

 span { border-color: rgb(237,112,158); }

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