Html Css Color HEX #E06497 Pale Violet Red

📋 copy color: '#E06497'

red 224 ◦ green 100 ◦ blue 151

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

Shades of Pale Violet Red #E06497

Tints of Pale Violet Red #E06497

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.05%

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

R = 47.16%
G = 21.05%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06497 (or 0xE06497) is known color: Pale Violet Red. HEX triplet: E0, 64 and 97. RGB value is (224,100,151). Sum of RGB (Red+Green+Blue) = 224+100+151=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 151 (59.38% from 255 or 31.79% from 475); Max value from RGB is 224 - color contains mainly: red. Hex color #E06497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06497 is #1F9B68. Grayscale: #8E8E8E. Windows color (decimal): -2071401 or 9921760. OLE color: 9921760.

HSL color Cylindrical-coordinate representation of color #E06497: hue angle of 335.32º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E06497 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 100 151 -
CMYK 0 0.55 0.33 0.12
HSL 335.32º 0.67% 0.64% -
HSV(B) 335.32º 0.55% 0.88% -
XYZ 40.88 27.2 32.37 -
YUV 142.89 132.58 185.85 -
System Red Green Blue C M Y K H S L
Decimal 224 100 151 0 0.55 0.33 0.12 335.32 0.67 0.64
Hex E0 64 97 0 37 21 C 14F 43 40
Octal 340 144 227 0 67 41 14 517 103 100
Binary 11100000 1100100 10010111 0 110111 100001 1100 101001111 1000011 1000000

Color Harmonies of #E06497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06497

Black with #E06497

Text Example


Text Example

White with #E06497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06497; }

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

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

background-color css

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

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

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

border-color css

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

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

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