#E07DA5

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

Shades of Pale Violet Red #E07DA5

Tints of Pale Violet Red #E07DA5

Color information

#E07DA5 (or 0xE07DA5) is unknown color: approx Pale Violet Red. HEX triplet: E0, 7D and A5. RGB value is (224,125,165). Sum of RGB (Red+Green+Blue) = 224+125+165=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07DA5 is #1F825A. Grayscale: #9F9F9F. Windows color (decimal): -2064987 or 10845664. OLE color: 10845664.

HSL color Cylindrical-coordinate representation of color #E07DA5: hue angle of 335.76º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DA5 is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.12.

Color convert

RGB224125165-
CMYK00.440.260.12
HSL335.76º61.49%68.43%-
HSV(B)335.76º44.2%87.84%-
XYZ44.8733.2339.65-
YUV159.16131.3174.25-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.58%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 165 (64.84% from 255) = 32.10%
R=43.58%
G=24.32%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412516500.440.260.12335.7661.4968.43
HexE07DA502C1AC1503d44
Octal340175245054321452075104
Binary1110000011111011010010101011001101011001010100001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DA5; }

 p { color: rgb(224,125,165); }

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

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

 a { background-color: rgb(224,125,165); }

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

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

 span { border-color: rgb(224,125,165); }

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