Html Css Color HEX #E064A9 Pale Violet Red

📋 copy color: '#E064A9'

red 224 ◦ green 100 ◦ blue 169

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

Shades of Pale Violet Red #E064A9

Tints of Pale Violet Red #E064A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.28%

R = 45.44%
G = 20.28%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.12

RGB Variations

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

Color information

#E064A9 (or 0xE064A9) is known color: Pale Violet Red. HEX triplet: E0, 64 and A9. RGB value is (224,100,169). Sum of RGB (Red+Green+Blue) = 224+100+169=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 169 (66.41% from 255 or 34.28% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E064A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064A9 is #1F9B56. Grayscale: #909090. Windows color (decimal): -2071383 or 11101408. OLE color: 11101408.

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

Color convert

RGB 224 100 169 -
CMYK 0 0.55 0.25 0.12
HSL 326.61º 0.67% 0.64% -
HSV(B) 326.61º 0.55% 0.88% -
XYZ 42.46 27.83 40.67 -
YUV 144.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 224 100 169 0 0.55 0.25 0.12 326.61 0.67 0.64
Hex E0 64 A9 0 37 19 C 147 43 40
Octal 340 144 251 0 67 31 14 507 103 100
Binary 11100000 1100100 10101001 0 110111 11001 1100 101000111 1000011 1000000

Color Harmonies of #E064A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064A9

Black with #E064A9

Text Example


Text Example

White with #E064A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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