Html Css Color HEX #E15CA0 Pale Violet Red

📋 copy color: '#E15CA0'

red 225 ◦ green 92 ◦ blue 160

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

Shades of Pale Violet Red #E15CA0

Tints of Pale Violet Red #E15CA0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.29%

 BLUE value IS 160 (62.89% from 255) = 33.54%

R = 47.17%
G = 19.29%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E15CA0 (or 0xE15CA0) is known color: Pale Violet Red. HEX triplet: E1, 5C and A0. RGB value is (225,92,160). Sum of RGB (Red+Green+Blue) = 225+92+160=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E15CA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15CA0 is #1EA35F. Grayscale: #8B8B8B. Windows color (decimal): -2007904 or 10509537. OLE color: 10509537.

HSL color Cylindrical-coordinate representation of color #E15CA0: hue angle of 329.32º 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 #E15CA0 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 92 160 -
CMYK 0 0.59 0.29 0.12
HSL 329.32º 0.69% 0.62% -
HSV(B) 329.32º 0.59% 0.88% -
XYZ 41.22 26.2 36.14 -
YUV 139.52 139.56 188.97 -
System Red Green Blue C M Y K H S L
Decimal 225 92 160 0 0.59 0.29 0.12 329.32 0.69 0.62
Hex E1 5C A0 0 3B 1D C 149 45 3E
Octal 341 134 240 0 73 35 14 511 105 76
Binary 11100001 1011100 10100000 0 111011 11101 1100 101001001 1000101 111110

Color Harmonies of #E15CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15CA0

Black with #E15CA0

Text Example


Text Example

White with #E15CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15CA0; }

 p { color: rgb(225,92,160); }

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

background-color css

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

 a { background-color: rgb(225,92,160); }

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

border-color css

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

 span { border-color: rgb(225,92,160); }

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