Html Css Color HEX #E472AB Pale Violet Red

📋 copy color: '#E472AB'

red 228 ◦ green 114 ◦ blue 171

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

Shades of Pale Violet Red #E472AB

Tints of Pale Violet Red #E472AB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.22%

 BLUE value IS 171 (67.19% from 255) = 33.33%

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E472AB (or 0xE472AB) is known color: Pale Violet Red. HEX triplet: E4, 72 and AB. RGB value is (228,114,171). Sum of RGB (Red+Green+Blue) = 228+114+171=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 171 (67.19% from 255 or 33.33% from 513); Max value from RGB is 228 - color contains mainly: red. Hex color #E472AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E472AB is #1B8D54. Grayscale: #9A9A9A. Windows color (decimal): -1805653 or 11236068. OLE color: 11236068.

HSL color Cylindrical-coordinate representation of color #E472AB: hue angle of 330º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E472AB is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 114 171 -
CMYK 0 0.50 0.25 0.11
HSL 330º 0.68% 0.67% -
HSV(B) 330º 0.5% 0.89% -
XYZ 45.36 31.47 42.21 -
YUV 154.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 228 114 171 0 0.50 0.25 0.11 330 0.68 0.67
Hex E4 72 AB 0 32 19 B 14A 44 43
Octal 344 162 253 0 62 31 13 512 104 103
Binary 11100100 1110010 10101011 0 110010 11001 1011 101001010 1000100 1000011

Color Harmonies of #E472AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472AB

Black with #E472AB

Text Example


Text Example

White with #E472AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472AB; }

 p { color: rgb(228,114,171); }

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

background-color css

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

 a { background-color: rgb(228,114,171); }

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

border-color css

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

 span { border-color: rgb(228,114,171); }

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