Html Css Color HEX #E06DAC Pale Violet Red

📋 copy color: '#E06DAC'

red 224 ◦ green 109 ◦ blue 172

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

Shades of Pale Violet Red #E06DAC

Tints of Pale Violet Red #E06DAC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.58%

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

R = 44.36%
G = 21.58%
B = 34.06%

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

#E06DAC (or 0xE06DAC) is known color: Pale Violet Red. HEX triplet: E0, 6D and AC. RGB value is (224,109,172). Sum of RGB (Red+Green+Blue) = 224+109+172=505 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.36% from 505); Green value is 109 (42.97% from 255 or 21.58% from 505); Blue value is 172 (67.58% from 255 or 34.06% from 505); Max value from RGB is 224 - color contains mainly: red. Hex color #E06DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06DAC is #1F9253. Grayscale: #969696. Windows color (decimal): -2069076 or 11300320. OLE color: 11300320.

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

Color convert

RGB 224 109 172 -
CMYK 0 0.51 0.23 0.12
HSL 327.13º 0.65% 0.65% -
HSV(B) 327.13º 0.51% 0.88% -
XYZ 43.66 29.76 42.47 -
YUV 150.57 140.1 180.38 -
System Red Green Blue C M Y K H S L
Decimal 224 109 172 0 0.51 0.23 0.12 327.13 0.65 0.65
Hex E0 6D AC 0 33 17 C 147 41 41
Octal 340 155 254 0 63 27 14 507 101 101
Binary 11100000 1101101 10101100 0 110011 10111 1100 101000111 1000001 1000001

Color Harmonies of #E06DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06DAC

Black with #E06DAC

Text Example


Text Example

White with #E06DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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