Html Css Color HEX #E064A5 Pale Violet Red

📋 copy color: '#E064A5'

red 224 ◦ green 100 ◦ blue 165

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

Shades of Pale Violet Red #E064A5

Tints of Pale Violet Red #E064A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.74%

R = 45.81%
G = 20.45%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.12

RGB Variations

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

Color information

#E064A5 (or 0xE064A5) is known color: Pale Violet Red. HEX triplet: E0, 64 and A5. RGB value is (224,100,165). Sum of RGB (Red+Green+Blue) = 224+100+165=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 165 (64.84% from 255 or 33.74% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E064A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E064A5 is #1F9B5A. Grayscale: #909090. Windows color (decimal): -2071387 or 10839264. OLE color: 10839264.

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

Color convert

RGB 224 100 165 -
CMYK 0 0.55 0.26 0.12
HSL 328.55º 0.67% 0.64% -
HSV(B) 328.55º 0.55% 0.88% -
XYZ 42.09 27.68 38.72 -
YUV 144.49 139.58 184.71 -
System Red Green Blue C M Y K H S L
Decimal 224 100 165 0 0.55 0.26 0.12 328.55 0.67 0.64
Hex E0 64 A5 0 37 1A C 149 43 40
Octal 340 144 245 0 67 32 14 511 103 100
Binary 11100000 1100100 10100101 0 110111 11010 1100 101001001 1000011 1000000

Color Harmonies of #E064A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E064A5

Black with #E064A5

Text Example


Text Example

White with #E064A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E064A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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