Html Css Color HEX #E06FAD Pale Violet Red

📋 copy color: '#E06FAD'

red 224 ◦ green 111 ◦ blue 173

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

Shades of Pale Violet Red #E06FAD

Tints of Pale Violet Red #E06FAD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.85%

 BLUE value IS 173 (67.97% from 255) = 34.06%

R = 44.09%
G = 21.85%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.12

RGB Variations

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

Color information

#E06FAD (or 0xE06FAD) is known color: Pale Violet Red. HEX triplet: E0, 6F and AD. RGB value is (224,111,173). Sum of RGB (Red+Green+Blue) = 224+111+173=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FAD is #1F9052. Grayscale: #979797. Windows color (decimal): -2068563 or 11366368. OLE color: 11366368.

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

Color convert

RGB 224 111 173 -
CMYK 0 0.50 0.23 0.12
HSL 327.08º 0.65% 0.66% -
HSV(B) 327.08º 0.5% 0.88% -
XYZ 43.97 30.23 43.05 -
YUV 151.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 224 111 173 0 0.50 0.23 0.12 327.08 0.65 0.66
Hex E0 6F AD 0 32 17 C 147 41 42
Octal 340 157 255 0 62 27 14 507 101 102
Binary 11100000 1101111 10101101 0 110010 10111 1100 101000111 1000001 1000010

Color Harmonies of #E06FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FAD

Black with #E06FAD

Text Example


Text Example

White with #E06FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FAD; }

 p { color: rgb(224,111,173); }

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

background-color css

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

 a { background-color: rgb(224,111,173); }

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

border-color css

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

 span { border-color: rgb(224,111,173); }

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