Html Css Color HEX #E07DA5 Pale Violet Red

📋 copy color: '#E07DA5'

red 224 ◦ green 125 ◦ blue 165

#E07DA5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Violet Red #E07DA5

Tints of Pale Violet Red #E07DA5

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.1%

R = 43.58%
G = 24.32%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E07DA5 (or 0xE07DA5) is known color: 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

RGB 224 125 165 -
CMYK 0 0.44 0.26 0.12
HSL 335.76º 0.61% 0.68% -
HSV(B) 335.76º 0.44% 0.88% -
XYZ 44.87 33.23 39.65 -
YUV 159.16 131.3 174.25 -
System Red Green Blue C M Y K H S L
Decimal 224 125 165 0 0.44 0.26 0.12 335.76 0.61 0.68
Hex E0 7D A5 0 2C 1A C 150 3D 44
Octal 340 175 245 0 54 32 14 520 75 104
Binary 11100000 1111101 10100101 0 101100 11010 1100 101010000 111101 1000100

Color Harmonies of #E07DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07DA5

Black with #E07DA5

Text Example


Text Example

White with #E07DA5

Text Example


Text Example

HTML Codes & Css Web 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>