Html Css Color HEX #E15DA4 Pale Violet Red

📋 copy color: '#E15DA4'

red 225 ◦ green 93 ◦ blue 164

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

Shades of Pale Violet Red #E15DA4

Tints of Pale Violet Red #E15DA4

RGB

 RED value IS 225 (88.28% from 255) = 46.68%

 GREEN value IS 93 (36.72% from 255) = 19.29%

 BLUE value IS 164 (64.45% from 255) = 34.02%

R = 46.68%
G = 19.29%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E15DA4 (or 0xE15DA4) is known color: Pale Violet Red. HEX triplet: E1, 5D and A4. RGB value is (225,93,164). Sum of RGB (Red+Green+Blue) = 225+93+164=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 164 (64.45% from 255 or 34.02% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E15DA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15DA4 is #1EA25B. Grayscale: #8C8C8C. Windows color (decimal): -2007644 or 10771937. OLE color: 10771937.

HSL color Cylindrical-coordinate representation of color #E15DA4: hue angle of 327.73º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E15DA4 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 93 164 -
CMYK 0 0.59 0.27 0.12
HSL 327.73º 0.69% 0.62% -
HSV(B) 327.73º 0.59% 0.88% -
XYZ 41.67 26.52 38.04 -
YUV 140.56 141.23 188.23 -
System Red Green Blue C M Y K H S L
Decimal 225 93 164 0 0.59 0.27 0.12 327.73 0.69 0.62
Hex E1 5D A4 0 3B 1B C 148 45 3E
Octal 341 135 244 0 73 33 14 510 105 76
Binary 11100001 1011101 10100100 0 111011 11011 1100 101001000 1000101 111110

Color Harmonies of #E15DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15DA4

Black with #E15DA4

Text Example


Text Example

White with #E15DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15DA4; }

 p { color: rgb(225,93,164); }

 H1.HeaderClassName
 {
   color: #E15DA4;
 }
 .AnyTagClassName
 {
   color: #E15DA4;
 }
</style>

background-color css

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

 a { background-color: rgb(225,93,164); }

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

border-color css

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

 span { border-color: rgb(225,93,164); }

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