Html Css Color HEX #E45FA1 Pale Violet Red

📋 copy color: '#E45FA1'

red 228 ◦ green 95 ◦ blue 161

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

Shades of Pale Violet Red #E45FA1

Tints of Pale Violet Red #E45FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.26%

R = 47.11%
G = 19.63%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E45FA1 (or 0xE45FA1) is known color: Pale Violet Red. HEX triplet: E4, 5F and A1. RGB value is (228,95,161). Sum of RGB (Red+Green+Blue) = 228+95+161=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 95 (37.5% from 255 or 19.63% from 484); Blue value is 161 (63.28% from 255 or 33.26% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45FA1 is #1BA05E. Grayscale: #8E8E8E. Windows color (decimal): -1810527 or 10575844. OLE color: 10575844.

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

Color convert

RGB 228 95 161 -
CMYK 0 0.58 0.29 0.11
HSL 330.23º 0.71% 0.63% -
HSV(B) 330.23º 0.58% 0.89% -
XYZ 42.52 27.25 36.74 -
YUV 142.29 138.56 189.13 -
System Red Green Blue C M Y K H S L
Decimal 228 95 161 0 0.58 0.29 0.11 330.23 0.71 0.63
Hex E4 5F A1 0 3A 1D B 14A 47 3F
Octal 344 137 241 0 72 35 13 512 107 77
Binary 11100100 1011111 10100001 0 111010 11101 1011 101001010 1000111 111111

Color Harmonies of #E45FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45FA1

Black with #E45FA1

Text Example


Text Example

White with #E45FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45FA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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