Html Css Color HEX #E07499 Pale Violet Red

📋 copy color: '#E07499'

red 224 ◦ green 116 ◦ blue 153

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

Shades of Pale Violet Red #E07499

Tints of Pale Violet Red #E07499

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.53%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 45.44%
G = 23.53%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E07499 (or 0xE07499) is known color: Pale Violet Red. HEX triplet: E0, 74 and 99. RGB value is (224,116,153). Sum of RGB (Red+Green+Blue) = 224+116+153=493 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.44% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 224 - color contains mainly: red. Hex color #E07499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07499 is #1F8B66. Grayscale: #989898. Windows color (decimal): -2067303 or 10056928. OLE color: 10056928.

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

Color convert

RGB 224 116 153 -
CMYK 0 0.48 0.32 0.12
HSL 339.44º 0.64% 0.67% -
HSV(B) 339.44º 0.48% 0.88% -
XYZ 42.74 30.64 33.8 -
YUV 152.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 224 116 153 0 0.48 0.32 0.12 339.44 0.64 0.67
Hex E0 74 99 0 30 20 C 153 40 43
Octal 340 164 231 0 60 40 14 523 100 103
Binary 11100000 1110100 10011001 0 110000 100000 1100 101010011 1000000 1000011

Color Harmonies of #E07499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07499

Black with #E07499

Text Example


Text Example

White with #E07499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07499; }

 p { color: rgb(224,116,153); }

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

background-color css

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

 a { background-color: rgb(224,116,153); }

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

border-color css

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

 span { border-color: rgb(224,116,153); }

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