Html Css Color HEX #E062A2 Pale Violet Red

📋 copy color: '#E062A2'

red 224 ◦ green 98 ◦ blue 162

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

Shades of Pale Violet Red #E062A2

Tints of Pale Violet Red #E062A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.47%

R = 46.28%
G = 20.25%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E062A2 (or 0xE062A2) is known color: Pale Violet Red. HEX triplet: E0, 62 and A2. RGB value is (224,98,162). Sum of RGB (Red+Green+Blue) = 224+98+162=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 98 (38.67% from 255 or 20.25% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E062A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062A2 is #1F9D5D. Grayscale: #8E8E8E. Windows color (decimal): -2071902 or 10642144. OLE color: 10642144.

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

Color convert

RGB 224 98 162 -
CMYK 0 0.56 0.28 0.12
HSL 329.52º 0.67% 0.63% -
HSV(B) 329.52º 0.56% 0.88% -
XYZ 41.63 27.19 37.24 -
YUV 142.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 224 98 162 0 0.56 0.28 0.12 329.52 0.67 0.63
Hex E0 62 A2 0 38 1C C 14A 43 3F
Octal 340 142 242 0 70 34 14 512 103 77
Binary 11100000 1100010 10100010 0 111000 11100 1100 101001010 1000011 111111

Color Harmonies of #E062A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062A2

Black with #E062A2

Text Example


Text Example

White with #E062A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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