#ed729e

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

Shades of Pale Violet Red #ED729E

Tints of Pale Violet Red #ED729E

Color information

#ED729E (or 0xED729E) is unknown color: approx Pale Violet Red. HEX triplet: ED, 72 and 9E. RGB value is (237,114,158). Sum of RGB (Red+Green+Blue) = 237+114+158=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 158 (62.11% from 255 or 31.04% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED729E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED729E is #128D61. Grayscale: #9B9B9B. Windows color (decimal): -1215842 or 10384109. OLE color: 10384109.

HSL color Cylindrical-coordinate representation of color #ED729E: hue angle of 338.54º degrees, saturation: 0.77, 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 #ED729E is Cyan = 0, Magento = 0.52, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237114158-
CMYK00.520.330.07
HSL338.54º77.36%68.82%-
HSV(B)338.54º51.9%92.94%-
XYZ47.1132.5136.14-
YUV155.79129.25185.92-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 158 (62.11% from 255) = 31.04%
R=46.56%
G=22.40%
B=31.04%

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
Decimal23711415800.520.330.07338.5477.3668.82
HexED729E0342171534d45
Octal355162236064417523115105
Binary11101101111001010011110011010010000111110101001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed729e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed729e; }

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

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

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

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

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

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

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

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