Html Css Color HEX #E066AA Pale Violet Red

📋 copy color: '#E066AA'

red 224 ◦ green 102 ◦ blue 170

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

Shades of Pale Violet Red #E066AA

Tints of Pale Violet Red #E066AA

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.56%

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

R = 45.16%
G = 20.56%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E066AA (or 0xE066AA) is known color: Pale Violet Red. HEX triplet: E0, 66 and AA. RGB value is (224,102,170). Sum of RGB (Red+Green+Blue) = 224+102+170=496 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.16% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 170 (66.80% from 255 or 34.27% from 496); Max value from RGB is 224 - color contains mainly: red. Hex color #E066AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E066AA is #1F9955. Grayscale: #929292. Windows color (decimal): -2070870 or 11167456. OLE color: 11167456.

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

Color convert

RGB 224 102 170 -
CMYK 0 0.54 0.24 0.12
HSL 326.56º 0.66% 0.64% -
HSV(B) 326.56º 0.54% 0.88% -
XYZ 42.75 28.25 41.23 -
YUV 146.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 224 102 170 0 0.54 0.24 0.12 326.56 0.66 0.64
Hex E0 66 AA 0 36 18 C 147 42 40
Octal 340 146 252 0 66 30 14 507 102 100
Binary 11100000 1100110 10101010 0 110110 11000 1100 101000111 1000010 1000000

Color Harmonies of #E066AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E066AA

Black with #E066AA

Text Example


Text Example

White with #E066AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E066AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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