Html Css Color HEX #E460A0 Pale Violet Red

📋 copy color: '#E460A0'

red 228 ◦ green 96 ◦ blue 160

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

Shades of Pale Violet Red #E460A0

Tints of Pale Violet Red #E460A0

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.83%

 BLUE value IS 160 (62.89% from 255) = 33.06%

R = 47.11%
G = 19.83%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.11

RGB Variations

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

Color information

#E460A0 (or 0xE460A0) is known color: Pale Violet Red. HEX triplet: E4, 60 and A0. RGB value is (228,96,160). Sum of RGB (Red+Green+Blue) = 228+96+160=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 160 (62.89% from 255 or 33.06% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E460A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E460A0 is #1B9F5F. Grayscale: #8E8E8E. Windows color (decimal): -1810272 or 10510564. OLE color: 10510564.

HSL color Cylindrical-coordinate representation of color #E460A0: hue angle of 330.91º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E460A0 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 160 -
CMYK 0 0.58 0.30 0.11
HSL 330.91º 0.71% 0.64% -
HSV(B) 330.91º 0.58% 0.89% -
XYZ 42.52 27.4 36.3 -
YUV 142.76 137.73 188.8 -
System Red Green Blue C M Y K H S L
Decimal 228 96 160 0 0.58 0.30 0.11 330.91 0.71 0.64
Hex E4 60 A0 0 3A 1E B 14B 47 40
Octal 344 140 240 0 72 36 13 513 107 100
Binary 11100100 1100000 10100000 0 111010 11110 1011 101001011 1000111 1000000

Color Harmonies of #E460A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E460A0

Black with #E460A0

Text Example


Text Example

White with #E460A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E460A0; }

 p { color: rgb(228,96,160); }

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

background-color css

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

 a { background-color: rgb(228,96,160); }

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

border-color css

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

 span { border-color: rgb(228,96,160); }

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