Html Css Color HEX #E064A2 Pale Violet Red

📋 copy color: '#E064A2'

red 224 ◦ green 100 ◦ blue 162

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

Shades of Pale Violet Red #E064A2

Tints of Pale Violet Red #E064A2

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.58%

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

R = 46.09%
G = 20.58%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E064A2 (or 0xE064A2) is known color: Pale Violet Red. HEX triplet: E0, 64 and A2. RGB value is (224,100,162). Sum of RGB (Red+Green+Blue) = 224+100+162=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 100 (39.45% from 255 or 20.58% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E064A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064A2 is #1F9B5D. Grayscale: #909090. Windows color (decimal): -2071390 or 10642656. OLE color: 10642656.

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

Color convert

RGB 224 100 162 -
CMYK 0 0.55 0.28 0.12
HSL 330º 0.67% 0.64% -
HSV(B) 330º 0.55% 0.88% -
XYZ 41.82 27.57 37.3 -
YUV 144.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 224 100 162 0 0.55 0.28 0.12 330 0.67 0.64
Hex E0 64 A2 0 37 1C C 14A 43 40
Octal 340 144 242 0 67 34 14 512 103 100
Binary 11100000 1100100 10100010 0 110111 11100 1100 101001010 1000011 1000000

Color Harmonies of #E064A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064A2

Black with #E064A2

Text Example


Text Example

White with #E064A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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