Html Css Color HEX #E472A5 Pale Violet Red

📋 copy color: '#E472A5'

red 228 ◦ green 114 ◦ blue 165

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

Shades of Pale Violet Red #E472A5

Tints of Pale Violet Red #E472A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 32.54%

R = 44.97%
G = 22.49%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E472A5 (or 0xE472A5) is known color: Pale Violet Red. HEX triplet: E4, 72 and A5. RGB value is (228,114,165). Sum of RGB (Red+Green+Blue) = 228+114+165=507 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.97% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 165 (64.84% from 255 or 32.54% from 507); Max value from RGB is 228 - color contains mainly: red. Hex color #E472A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E472A5 is #1B8D5A. Grayscale: #999999. Windows color (decimal): -1805659 or 10842852. OLE color: 10842852.

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

Color convert

RGB 228 114 165 -
CMYK 0 0.50 0.28 0.11
HSL 333.16º 0.68% 0.67% -
HSV(B) 333.16º 0.5% 0.89% -
XYZ 44.8 31.25 39.27 -
YUV 153.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 228 114 165 0 0.50 0.28 0.11 333.16 0.68 0.67
Hex E4 72 A5 0 32 1C B 14D 44 43
Octal 344 162 245 0 62 34 13 515 104 103
Binary 11100100 1110010 10100101 0 110010 11100 1011 101001101 1000100 1000011

Color Harmonies of #E472A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E472A5

Black with #E472A5

Text Example


Text Example

White with #E472A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E472A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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