Html Css Color HEX #E06F93 Pale Violet Red

📋 copy color: '#E06F93'

red 224 ◦ green 111 ◦ blue 147

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

Shades of Pale Violet Red #E06F93

Tints of Pale Violet Red #E06F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.5%

R = 46.47%
G = 23.03%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E06F93 (or 0xE06F93) is known color: Pale Violet Red. HEX triplet: E0, 6F and 93. RGB value is (224,111,147). Sum of RGB (Red+Green+Blue) = 224+111+147=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 147 (57.81% from 255 or 30.50% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F93 is #1F906C. Grayscale: #949494. Windows color (decimal): -2068589 or 9662432. OLE color: 9662432.

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

Color convert

RGB 224 111 147 -
CMYK 0 0.50 0.34 0.12
HSL 340.88º 0.65% 0.66% -
HSV(B) 340.88º 0.5% 0.88% -
XYZ 41.69 29.32 31.07 -
YUV 148.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 224 111 147 0 0.50 0.34 0.12 340.88 0.65 0.66
Hex E0 6F 93 0 32 22 C 155 41 42
Octal 340 157 223 0 62 42 14 525 101 102
Binary 11100000 1101111 10010011 0 110010 100010 1100 101010101 1000001 1000010

Color Harmonies of #E06F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F93

Black with #E06F93

Text Example


Text Example

White with #E06F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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