Html Css Color HEX #E06997 Pale Violet Red

📋 copy color: '#E06997'

red 224 ◦ green 105 ◦ blue 151

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

Shades of Pale Violet Red #E06997

Tints of Pale Violet Red #E06997

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.88%

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

R = 46.67%
G = 21.88%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E06997 (or 0xE06997) is known color: Pale Violet Red. HEX triplet: E0, 69 and 97. RGB value is (224,105,151). Sum of RGB (Red+Green+Blue) = 224+105+151=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 151 (59.38% from 255 or 31.46% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E06997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06997 is #1F9668. Grayscale: #919191. Windows color (decimal): -2070121 or 9923040. OLE color: 9923040.

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

Color convert

RGB 224 105 151 -
CMYK 0 0.53 0.33 0.12
HSL 336.81º 0.66% 0.65% -
HSV(B) 336.81º 0.53% 0.88% -
XYZ 41.38 28.18 32.54 -
YUV 145.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 224 105 151 0 0.53 0.33 0.12 336.81 0.66 0.65
Hex E0 69 97 0 35 21 C 151 42 41
Octal 340 151 227 0 65 41 14 521 102 101
Binary 11100000 1101001 10010111 0 110101 100001 1100 101010001 1000010 1000001

Color Harmonies of #E06997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06997

Black with #E06997

Text Example


Text Example

White with #E06997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06997; }

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

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

background-color css

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

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

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

border-color css

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

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

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