Html Css Color HEX #E062A0 Pale Violet Red

📋 copy color: '#E062A0'

red 224 ◦ green 98 ◦ blue 160

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

Shades of Pale Violet Red #E062A0

Tints of Pale Violet Red #E062A0

RGB

 RED value IS 224 (87.89% from 255) = 46.47%

 GREEN value IS 98 (38.67% from 255) = 20.33%

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

R = 46.47%
G = 20.33%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E062A0 (or 0xE062A0) is known color: Pale Violet Red. HEX triplet: E0, 62 and A0. RGB value is (224,98,160). Sum of RGB (Red+Green+Blue) = 224+98+160=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 98 (38.67% from 255 or 20.33% from 482); Blue value is 160 (62.89% from 255 or 33.20% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E062A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062A0 is #1F9D5F. Grayscale: #8E8E8E. Windows color (decimal): -2071904 or 10511072. OLE color: 10511072.

HSL color Cylindrical-coordinate representation of color #E062A0: hue angle of 330.48º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E062A0 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 98 160 -
CMYK 0 0.56 0.29 0.12
HSL 330.48º 0.67% 0.63% -
HSV(B) 330.48º 0.56% 0.88% -
XYZ 41.45 27.12 36.31 -
YUV 142.74 137.74 185.96 -
System Red Green Blue C M Y K H S L
Decimal 224 98 160 0 0.56 0.29 0.12 330.48 0.67 0.63
Hex E0 62 A0 0 38 1D C 14A 43 3F
Octal 340 142 240 0 70 35 14 512 103 77
Binary 11100000 1100010 10100000 0 111000 11101 1100 101001010 1000011 111111

Color Harmonies of #E062A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062A0

Black with #E062A0

Text Example


Text Example

White with #E062A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062A0; }

 p { color: rgb(224,98,160); }

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

background-color css

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

 a { background-color: rgb(224,98,160); }

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

border-color css

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

 span { border-color: rgb(224,98,160); }

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