Html Css Color HEX #E15E9A Pale Violet Red

📋 copy color: '#E15E9A'

red 225 ◦ green 94 ◦ blue 154

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

Shades of Pale Violet Red #E15E9A

Tints of Pale Violet Red #E15E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 154 (60.55% from 255) = 32.56%

R = 47.57%
G = 19.87%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E15E9A (or 0xE15E9A) is known color: Pale Violet Red. HEX triplet: E1, 5E and 9A. RGB value is (225,94,154). Sum of RGB (Red+Green+Blue) = 225+94+154=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15E9A is #1EA165. Grayscale: #8B8B8B. Windows color (decimal): -2007398 or 10116833. OLE color: 10116833.

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

Color convert

RGB 225 94 154 -
CMYK 0 0.58 0.32 0.12
HSL 332.52º 0.69% 0.63% -
HSV(B) 332.52º 0.58% 0.88% -
XYZ 40.89 26.35 33.5 -
YUV 140.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 225 94 154 0 0.58 0.32 0.12 332.52 0.69 0.63
Hex E1 5E 9A 0 3A 20 C 14D 45 3F
Octal 341 136 232 0 72 40 14 515 105 77
Binary 11100001 1011110 10011010 0 111010 100000 1100 101001101 1000101 111111

Color Harmonies of #E15E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15E9A

Black with #E15E9A

Text Example


Text Example

White with #E15E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15E9A; }

 p { color: rgb(225,94,154); }

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

background-color css

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

 a { background-color: rgb(225,94,154); }

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

border-color css

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

 span { border-color: rgb(225,94,154); }

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