Html Css Color HEX #E45F96 Pale Violet Red

📋 copy color: '#E45F96'

red 228 ◦ green 95 ◦ blue 150

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

Shades of Pale Violet Red #E45F96

Tints of Pale Violet Red #E45F96

RGB

 RED value IS 228 (89.45% from 255) = 48.2%

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

 BLUE value IS 150 (58.98% from 255) = 31.71%

R = 48.2%
G = 20.08%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E45F96 (or 0xE45F96) is known color: Pale Violet Red. HEX triplet: E4, 5F and 96. RGB value is (228,95,150). Sum of RGB (Red+Green+Blue) = 228+95+150=473 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.20% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 150 (58.98% from 255 or 31.71% from 473); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F96 is #1BA069. Grayscale: #8C8C8C. Windows color (decimal): -1810538 or 9854948. OLE color: 9854948.

HSL color Cylindrical-coordinate representation of color #E45F96: hue angle of 335.19º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45F96 is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 150 -
CMYK 0 0.58 0.34 0.11
HSL 335.19º 0.71% 0.63% -
HSV(B) 335.19º 0.58% 0.89% -
XYZ 41.59 26.88 31.85 -
YUV 141.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 228 95 150 0 0.58 0.34 0.11 335.19 0.71 0.63
Hex E4 5F 96 0 3A 22 B 14F 47 3F
Octal 344 137 226 0 72 42 13 517 107 77
Binary 11100100 1011111 10010110 0 111010 100010 1011 101001111 1000111 111111

Color Harmonies of #E45F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F96

Black with #E45F96

Text Example


Text Example

White with #E45F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F96; }

 p { color: rgb(228,95,150); }

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

background-color css

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

 a { background-color: rgb(228,95,150); }

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

border-color css

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

 span { border-color: rgb(228,95,150); }

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