Html Css Color HEX #E065A4 Pale Violet Red

📋 copy color: '#E065A4'

red 224 ◦ green 101 ◦ blue 164

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

Shades of Pale Violet Red #E065A4

Tints of Pale Violet Red #E065A4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.65%

 BLUE value IS 164 (64.45% from 255) = 33.54%

R = 45.81%
G = 20.65%
B = 33.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E065A4 (or 0xE065A4) is known color: Pale Violet Red. HEX triplet: E0, 65 and A4. RGB value is (224,101,164). Sum of RGB (Red+Green+Blue) = 224+101+164=489 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.81% from 489); Green value is 101 (39.84% from 255 or 20.65% from 489); Blue value is 164 (64.45% from 255 or 33.54% from 489); Max value from RGB is 224 - color contains mainly: red. Hex color #E065A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065A4 is #1F9A5B. Grayscale: #909090. Windows color (decimal): -2071132 or 10773984. OLE color: 10773984.

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

Color convert

RGB 224 101 164 -
CMYK 0 0.55 0.27 0.12
HSL 329.27º 0.66% 0.64% -
HSV(B) 329.27º 0.55% 0.88% -
XYZ 42.09 27.83 38.28 -
YUV 144.96 138.75 184.38 -
System Red Green Blue C M Y K H S L
Decimal 224 101 164 0 0.55 0.27 0.12 329.27 0.66 0.64
Hex E0 65 A4 0 37 1B C 149 42 40
Octal 340 145 244 0 67 33 14 511 102 100
Binary 11100000 1100101 10100100 0 110111 11011 1100 101001001 1000010 1000000

Color Harmonies of #E065A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065A4

Black with #E065A4

Text Example


Text Example

White with #E065A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065A4; }

 p { color: rgb(224,101,164); }

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

background-color css

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

 a { background-color: rgb(224,101,164); }

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

border-color css

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

 span { border-color: rgb(224,101,164); }

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