Html Css Color HEX #E15F9C Pale Violet Red

📋 copy color: '#E15F9C'

red 225 ◦ green 95 ◦ blue 156

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

Shades of Pale Violet Red #E15F9C

Tints of Pale Violet Red #E15F9C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.96%

 BLUE value IS 156 (61.33% from 255) = 32.77%

R = 47.27%
G = 19.96%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E15F9C (or 0xE15F9C) is known color: Pale Violet Red. HEX triplet: E1, 5F and 9C. RGB value is (225,95,156). Sum of RGB (Red+Green+Blue) = 225+95+156=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 156 (61.33% from 255 or 32.77% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E15F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E15F9C is #1EA063. Grayscale: #8C8C8C. Windows color (decimal): -2007140 or 10248161. OLE color: 10248161.

HSL color Cylindrical-coordinate representation of color #E15F9C: hue angle of 331.85º degrees, saturation: 0.68, 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 #E15F9C is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 95 156 -
CMYK 0 0.58 0.31 0.12
HSL 331.85º 0.68% 0.63% -
HSV(B) 331.85º 0.58% 0.88% -
XYZ 41.14 26.59 34.42 -
YUV 140.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 225 95 156 0 0.58 0.31 0.12 331.85 0.68 0.63
Hex E1 5F 9C 0 3A 1F C 14C 44 3F
Octal 341 137 234 0 72 37 14 514 104 77
Binary 11100001 1011111 10011100 0 111010 11111 1100 101001100 1000100 111111

Color Harmonies of #E15F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E15F9C

Black with #E15F9C

Text Example


Text Example

White with #E15F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E15F9C; }

 p { color: rgb(225,95,156); }

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

background-color css

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

 a { background-color: rgb(225,95,156); }

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

border-color css

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

 span { border-color: rgb(225,95,156); }

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