Html Css Color HEX #E06FA4 Pale Violet Red

📋 copy color: '#E06FA4'

red 224 ◦ green 111 ◦ blue 164

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

Shades of Pale Violet Red #E06FA4

Tints of Pale Violet Red #E06FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 32.87%

R = 44.89%
G = 22.24%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E06FA4 (or 0xE06FA4) is known color: Pale Violet Red. HEX triplet: E0, 6F and A4. RGB value is (224,111,164). Sum of RGB (Red+Green+Blue) = 224+111+164=499 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.89% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 164 (64.45% from 255 or 32.87% from 499); Max value from RGB is 224 - color contains mainly: red. Hex color #E06FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06FA4 is #1F905B. Grayscale: #969696. Windows color (decimal): -2068572 or 10776544. OLE color: 10776544.

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

Color convert

RGB 224 111 164 -
CMYK 0 0.50 0.27 0.12
HSL 331.86º 0.65% 0.66% -
HSV(B) 331.86º 0.5% 0.88% -
XYZ 43.13 29.9 38.62 -
YUV 150.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 224 111 164 0 0.50 0.27 0.12 331.86 0.65 0.66
Hex E0 6F A4 0 32 1B C 14C 41 42
Octal 340 157 244 0 62 33 14 514 101 102
Binary 11100000 1101111 10100100 0 110010 11011 1100 101001100 1000001 1000010

Color Harmonies of #E06FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06FA4

Black with #E06FA4

Text Example


Text Example

White with #E06FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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