Html Css Color HEX #E475A5 Pale Violet Red

📋 copy color: '#E475A5'

red 228 ◦ green 117 ◦ blue 165

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

Shades of Pale Violet Red #E475A5

Tints of Pale Violet Red #E475A5

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

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

R = 44.71%
G = 22.94%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.11

RGB Variations

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

Color information

#E475A5 (or 0xE475A5) is known color: Pale Violet Red. HEX triplet: E4, 75 and A5. RGB value is (228,117,165). Sum of RGB (Red+Green+Blue) = 228+117+165=510 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.71% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 165 (64.84% from 255 or 32.35% from 510); Max value from RGB is 228 - color contains mainly: red. Hex color #E475A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E475A5 is #1B8A5A. Grayscale: #9B9B9B. Windows color (decimal): -1804891 or 10843620. OLE color: 10843620.

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

Color convert

RGB 228 117 165 -
CMYK 0 0.49 0.28 0.11
HSL 334.05º 0.67% 0.68% -
HSV(B) 334.05º 0.49% 0.89% -
XYZ 45.15 31.93 39.38 -
YUV 155.66 133.27 179.6 -
System Red Green Blue C M Y K H S L
Decimal 228 117 165 0 0.49 0.28 0.11 334.05 0.67 0.68
Hex E4 75 A5 0 31 1C B 14E 43 44
Octal 344 165 245 0 61 34 13 516 103 104
Binary 11100100 1110101 10100101 0 110001 11100 1011 101001110 1000011 1000100

Color Harmonies of #E475A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E475A5

Black with #E475A5

Text Example


Text Example

White with #E475A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E475A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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