Html Css Color HEX #E06F97 Pale Violet Red

📋 copy color: '#E06F97'

red 224 ◦ green 111 ◦ blue 151

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

Shades of Pale Violet Red #E06F97

Tints of Pale Violet Red #E06F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.07%

R = 46.09%
G = 22.84%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06F97 (or 0xE06F97) is known color: Pale Violet Red. HEX triplet: E0, 6F and 97. RGB value is (224,111,151). Sum of RGB (Red+Green+Blue) = 224+111+151=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 111 (43.75% from 255 or 22.84% from 486); Blue value is 151 (59.38% from 255 or 31.07% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06F97 is #1F9068. Grayscale: #959595. Windows color (decimal): -2068585 or 9924576. OLE color: 9924576.

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

Color convert

RGB 224 111 151 -
CMYK 0 0.50 0.33 0.12
HSL 338.76º 0.65% 0.66% -
HSV(B) 338.76º 0.5% 0.88% -
XYZ 42.01 29.45 32.75 -
YUV 149.35 128.94 181.25 -
System Red Green Blue C M Y K H S L
Decimal 224 111 151 0 0.50 0.33 0.12 338.76 0.65 0.66
Hex E0 6F 97 0 32 21 C 153 41 42
Octal 340 157 227 0 62 41 14 523 101 102
Binary 11100000 1101111 10010111 0 110010 100001 1100 101010011 1000001 1000010

Color Harmonies of #E06F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06F97

Black with #E06F97

Text Example


Text Example

White with #E06F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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