Html Css Color HEX #E06EA1 Pale Violet Red

📋 copy color: '#E06EA1'

red 224 ◦ green 110 ◦ blue 161

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

Shades of Pale Violet Red #E06EA1

Tints of Pale Violet Red #E06EA1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.22%

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 45.25%
G = 22.22%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E06EA1 (or 0xE06EA1) is known color: Pale Violet Red. HEX triplet: E0, 6E and A1. RGB value is (224,110,161). Sum of RGB (Red+Green+Blue) = 224+110+161=495 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.25% from 495); Green value is 110 (43.36% from 255 or 22.22% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EA1 is #1F915E. Grayscale: #959595. Windows color (decimal): -2068831 or 10579680. OLE color: 10579680.

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

Color convert

RGB 224 110 161 -
CMYK 0 0.51 0.28 0.12
HSL 333.16º 0.65% 0.65% -
HSV(B) 333.16º 0.51% 0.88% -
XYZ 42.75 29.57 37.17 -
YUV 149.9 134.27 180.85 -
System Red Green Blue C M Y K H S L
Decimal 224 110 161 0 0.51 0.28 0.12 333.16 0.65 0.65
Hex E0 6E A1 0 33 1C C 14D 41 41
Octal 340 156 241 0 63 34 14 515 101 101
Binary 11100000 1101110 10100001 0 110011 11100 1100 101001101 1000001 1000001

Color Harmonies of #E06EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EA1

Black with #E06EA1

Text Example


Text Example

White with #E06EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EA1; }

 p { color: rgb(224,110,161); }

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

background-color css

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

 a { background-color: rgb(224,110,161); }

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

border-color css

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

 span { border-color: rgb(224,110,161); }

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