#ED719F

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

Shades of Pale Violet Red #ED719F

Tints of Pale Violet Red #ED719F

Color information

#ED719F (or 0xED719F) is unknown color: approx Pale Violet Red. HEX triplet: ED, 71 and 9F. RGB value is (237,113,159). Sum of RGB (Red+Green+Blue) = 237+113+159=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED719F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED719F is #128E60. Grayscale: #9B9B9B. Windows color (decimal): -1216097 or 10449389. OLE color: 10449389.

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

Color convert

RGB237113159-
CMYK00.520.330.07
HSL337.74º77.5%68.63%-
HSV(B)337.74º52.32%92.94%-
XYZ47.0932.3236.56-
YUV155.32130.08186.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 159 (62.5% from 255) = 31.24%
R=46.56%
G=22.20%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23711315900.520.330.07337.7477.568.63
HexED719F0342171524e45
Octal355161237064417522116105
Binary11101101111000110011111011010010000111110101001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED719F; }

 p { color: rgb(237,113,159); }

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

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

 a { background-color: rgb(237,113,159); }

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

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

 span { border-color: rgb(237,113,159); }

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