#ED7099

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

Shades of Pale Violet Red #ED7099

Tints of Pale Violet Red #ED7099

Color information

#ED7099 (or 0xED7099) is unknown color: approx Pale Violet Red. HEX triplet: ED, 70 and 99. RGB value is (237,112,153). Sum of RGB (Red+Green+Blue) = 237+112+153=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 153 (60.16% from 255 or 30.48% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7099 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7099 is #128F66. Grayscale: #9A9A9A. Windows color (decimal): -1216359 or 10055917. OLE color: 10055917.

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

Color convert

RGB237112153-
CMYK00.530.350.07
HSL340.32º77.64%68.43%-
HSV(B)340.32º52.74%92.94%-
XYZ46.4731.8933.84-
YUV154.05127.41187.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 112 (44.14% from 255) = 22.31%
BLUE value IS 153 (60.16% from 255) = 30.48%
R=47.21%
G=22.31%
B=30.48%

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
Decimal23711215300.530.350.07340.3277.6468.43
HexED70990352371544e44
Octal355160231065437524116104
Binary11101101111000010011001011010110001111110101010010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED7099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED7099; }

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

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

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

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

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

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

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

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