Html Css Color HEX #E06AA3 Pale Violet Red

📋 copy color: '#E06AA3'

red 224 ◦ green 106 ◦ blue 163

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

Shades of Pale Violet Red #E06AA3

Tints of Pale Violet Red #E06AA3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

 BLUE value IS 163 (64.06% from 255) = 33.06%

R = 45.44%
G = 21.5%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E06AA3 (or 0xE06AA3) is known color: Pale Violet Red. HEX triplet: E0, 6A and A3. RGB value is (224,106,163). Sum of RGB (Red+Green+Blue) = 224+106+163=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06AA3 is #1F955C. Grayscale: #939393. Windows color (decimal): -2069853 or 10709728. OLE color: 10709728.

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

Color convert

RGB 224 106 163 -
CMYK 0 0.53 0.27 0.12
HSL 331.02º 0.66% 0.65% -
HSV(B) 331.02º 0.53% 0.88% -
XYZ 42.51 28.8 37.97 -
YUV 147.78 136.59 182.37 -
System Red Green Blue C M Y K H S L
Decimal 224 106 163 0 0.53 0.27 0.12 331.02 0.66 0.65
Hex E0 6A A3 0 35 1B C 14B 42 41
Octal 340 152 243 0 65 33 14 513 102 101
Binary 11100000 1101010 10100011 0 110101 11011 1100 101001011 1000010 1000001

Color Harmonies of #E06AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06AA3

Black with #E06AA3

Text Example


Text Example

White with #E06AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06AA3; }

 p { color: rgb(224,106,163); }

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

background-color css

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

 a { background-color: rgb(224,106,163); }

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

border-color css

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

 span { border-color: rgb(224,106,163); }

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