Html Css Color HEX #E065AA Pale Violet Red

📋 copy color: '#E065AA'

red 224 ◦ green 101 ◦ blue 170

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

Shades of Pale Violet Red #E065AA

Tints of Pale Violet Red #E065AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 45.25%
G = 20.4%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E065AA (or 0xE065AA) is known color: Pale Violet Red. HEX triplet: E0, 65 and AA. RGB value is (224,101,170). Sum of RGB (Red+Green+Blue) = 224+101+170=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E065AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E065AA is #1F9A55. Grayscale: #919191. Windows color (decimal): -2071126 or 11167200. OLE color: 11167200.

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

Color convert

RGB 224 101 170 -
CMYK 0 0.55 0.24 0.12
HSL 326.34º 0.66% 0.64% -
HSV(B) 326.34º 0.55% 0.88% -
XYZ 42.65 28.06 41.2 -
YUV 145.64 141.75 183.89 -
System Red Green Blue C M Y K H S L
Decimal 224 101 170 0 0.55 0.24 0.12 326.34 0.66 0.64
Hex E0 65 AA 0 37 18 C 146 42 40
Octal 340 145 252 0 67 30 14 506 102 100
Binary 11100000 1100101 10101010 0 110111 11000 1100 101000110 1000010 1000000

Color Harmonies of #E065AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E065AA

Black with #E065AA

Text Example


Text Example

White with #E065AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E065AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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