Html Css Color HEX #E062A8 Pale Violet Red

📋 copy color: '#E062A8'

red 224 ◦ green 98 ◦ blue 168

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

Shades of Pale Violet Red #E062A8

Tints of Pale Violet Red #E062A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.29%

R = 45.71%
G = 20%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E062A8 (or 0xE062A8) is known color: Pale Violet Red. HEX triplet: E0, 62 and A8. RGB value is (224,98,168). Sum of RGB (Red+Green+Blue) = 224+98+168=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 98 (38.67% from 255 or 20% from 490); Blue value is 168 (66.02% from 255 or 34.29% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E062A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E062A8 is #1F9D57. Grayscale: #8F8F8F. Windows color (decimal): -2071896 or 11035360. OLE color: 11035360.

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

Color convert

RGB 224 98 168 -
CMYK 0 0.56 0.25 0.12
HSL 326.67º 0.67% 0.63% -
HSV(B) 326.67º 0.56% 0.88% -
XYZ 42.18 27.41 40.11 -
YUV 143.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 224 98 168 0 0.56 0.25 0.12 326.67 0.67 0.63
Hex E0 62 A8 0 38 19 C 147 43 3F
Octal 340 142 250 0 70 31 14 507 103 77
Binary 11100000 1100010 10101000 0 111000 11001 1100 101000111 1000011 111111

Color Harmonies of #E062A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E062A8

Black with #E062A8

Text Example


Text Example

White with #E062A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E062A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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