Html Css Color HEX #E45FA2 Pale Violet Red

📋 copy color: '#E45FA2'

red 228 ◦ green 95 ◦ blue 162

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

Shades of Pale Violet Red #E45FA2

Tints of Pale Violet Red #E45FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.4%

R = 47.01%
G = 19.59%
B = 33.4%

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

#E45FA2 (or 0xE45FA2) is known color: Pale Violet Red. HEX triplet: E4, 5F and A2. RGB value is (228,95,162). Sum of RGB (Red+Green+Blue) = 228+95+162=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 162 (63.67% from 255 or 33.40% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E45FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45FA2 is #1BA05D. Grayscale: #8E8E8E. Windows color (decimal): -1810526 or 10641380. OLE color: 10641380.

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

Color convert

RGB 228 95 162 -
CMYK 0 0.58 0.29 0.11
HSL 329.77º 0.71% 0.63% -
HSV(B) 329.77º 0.58% 0.89% -
XYZ 42.61 27.29 37.2 -
YUV 142.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 228 95 162 0 0.58 0.29 0.11 329.77 0.71 0.63
Hex E4 5F A2 0 3A 1D B 14A 47 3F
Octal 344 137 242 0 72 35 13 512 107 77
Binary 11100100 1011111 10100010 0 111010 11101 1011 101001010 1000111 111111

Color Harmonies of #E45FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45FA2

Black with #E45FA2

Text Example


Text Example

White with #E45FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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