Html Css Color HEX #E07498 Pale Violet Red

📋 copy color: '#E07498'

red 224 ◦ green 116 ◦ blue 152

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

Shades of Pale Violet Red #E07498

Tints of Pale Violet Red #E07498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 30.89%

R = 45.53%
G = 23.58%
B = 30.89%

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

#E07498 (or 0xE07498) is known color: Pale Violet Red. HEX triplet: E0, 74 and 98. RGB value is (224,116,152). Sum of RGB (Red+Green+Blue) = 224+116+152=492 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.53% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 224 - color contains mainly: red. Hex color #E07498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07498 is #1F8B67. Grayscale: #989898. Windows color (decimal): -2067304 or 9991392. OLE color: 9991392.

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

Color convert

RGB 224 116 152 -
CMYK 0 0.48 0.32 0.12
HSL 340º 0.64% 0.67% -
HSV(B) 340º 0.48% 0.88% -
XYZ 42.65 30.61 33.37 -
YUV 152.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 224 116 152 0 0.48 0.32 0.12 340 0.64 0.67
Hex E0 74 98 0 30 20 C 154 40 43
Octal 340 164 230 0 60 40 14 524 100 103
Binary 11100000 1110100 10011000 0 110000 100000 1100 101010100 1000000 1000011

Color Harmonies of #E07498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07498

Black with #E07498

Text Example


Text Example

White with #E07498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07498; }

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

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

background-color css

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

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

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

border-color css

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

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

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