Html Css Color HEX #E06EAC Pale Violet Red

📋 copy color: '#E06EAC'

red 224 ◦ green 110 ◦ blue 172

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

Shades of Pale Violet Red #E06EAC

Tints of Pale Violet Red #E06EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.99%

R = 44.27%
G = 21.74%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E06EAC (or 0xE06EAC) is known color: Pale Violet Red. HEX triplet: E0, 6E and AC. RGB value is (224,110,172). Sum of RGB (Red+Green+Blue) = 224+110+172=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E06EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06EAC is #1F9153. Grayscale: #979797. Windows color (decimal): -2068820 or 11300576. OLE color: 11300576.

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

Color convert

RGB 224 110 172 -
CMYK 0 0.51 0.23 0.12
HSL 327.37º 0.65% 0.65% -
HSV(B) 327.37º 0.51% 0.88% -
XYZ 43.76 29.98 42.51 -
YUV 151.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 224 110 172 0 0.51 0.23 0.12 327.37 0.65 0.65
Hex E0 6E AC 0 33 17 C 147 41 41
Octal 340 156 254 0 63 27 14 507 101 101
Binary 11100000 1101110 10101100 0 110011 10111 1100 101000111 1000001 1000001

Color Harmonies of #E06EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06EAC

Black with #E06EAC

Text Example


Text Example

White with #E06EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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