Html Css Color HEX #E06E97 Pale Violet Red

📋 copy color: '#E06E97'

red 224 ◦ green 110 ◦ blue 151

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

Shades of Pale Violet Red #E06E97

Tints of Pale Violet Red #E06E97

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.68%

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

R = 46.19%
G = 22.68%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06E97 (or 0xE06E97) is known color: Pale Violet Red. HEX triplet: E0, 6E and 97. RGB value is (224,110,151). Sum of RGB (Red+Green+Blue) = 224+110+151=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 110 (43.36% from 255 or 22.68% from 485); Blue value is 151 (59.38% from 255 or 31.13% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06E97 is #1F9168. Grayscale: #949494. Windows color (decimal): -2068841 or 9924320. OLE color: 9924320.

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

Color convert

RGB 224 110 151 -
CMYK 0 0.51 0.33 0.12
HSL 338.42º 0.65% 0.65% -
HSV(B) 338.42º 0.51% 0.88% -
XYZ 41.9 29.23 32.71 -
YUV 148.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 224 110 151 0 0.51 0.33 0.12 338.42 0.65 0.65
Hex E0 6E 97 0 33 21 C 152 41 41
Octal 340 156 227 0 63 41 14 522 101 101
Binary 11100000 1101110 10010111 0 110011 100001 1100 101010010 1000001 1000001

Color Harmonies of #E06E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06E97

Black with #E06E97

Text Example


Text Example

White with #E06E97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06E97; }

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

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

background-color css

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

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

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

border-color css

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

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

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