#ED709B

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

Shades of Pale Violet Red #ED709B

Tints of Pale Violet Red #ED709B

Color information

#ED709B (or 0xED709B) is unknown color: approx Pale Violet Red. HEX triplet: ED, 70 and 9B. RGB value is (237,112,155). Sum of RGB (Red+Green+Blue) = 237+112+155=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED709B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED709B is #128F64. Grayscale: #9A9A9A. Windows color (decimal): -1216357 or 10186989. OLE color: 10186989.

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

Color convert

RGB237112155-
CMYK00.530.350.07
HSL339.36º77.64%68.43%-
HSV(B)339.36º52.74%92.94%-
XYZ46.6431.9634.72-
YUV154.28128.41187-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 112 (44.14% from 255) = 22.22%
BLUE value IS 155 (60.94% from 255) = 30.75%
R=47.02%
G=22.22%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711215500.530.350.07339.3677.6468.43
HexED709B0352371534e44
Octal355160233065437523116104
Binary11101101111000010011011011010110001111110101001110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED709B; }

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

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

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

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

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

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

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

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