Html Css Color HEX #E06EA0 Pale Violet Red

📋 copy color: '#E06EA0'

red 224 ◦ green 110 ◦ blue 160

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

Shades of Pale Violet Red #E06EA0

Tints of Pale Violet Red #E06EA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.39%

R = 45.34%
G = 22.27%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E06EA0 (or 0xE06EA0) is known color: Pale Violet Red. HEX triplet: E0, 6E and A0. RGB value is (224,110,160). Sum of RGB (Red+Green+Blue) = 224+110+160=494 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.34% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 160 (62.89% from 255 or 32.39% from 494); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EA0 is #1F915F. Grayscale: #959595. Windows color (decimal): -2068832 or 10514144. OLE color: 10514144.

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

Color convert

RGB 224 110 160 -
CMYK 0 0.51 0.29 0.12
HSL 333.68º 0.65% 0.65% -
HSV(B) 333.68º 0.51% 0.88% -
XYZ 42.66 29.54 36.71 -
YUV 149.79 133.77 180.93 -
System Red Green Blue C M Y K H S L
Decimal 224 110 160 0 0.51 0.29 0.12 333.68 0.65 0.65
Hex E0 6E A0 0 33 1D C 14E 41 41
Octal 340 156 240 0 63 35 14 516 101 101
Binary 11100000 1101110 10100000 0 110011 11101 1100 101001110 1000001 1000001

Color Harmonies of #E06EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EA0

Black with #E06EA0

Text Example


Text Example

White with #E06EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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