Html Css Color HEX #E07494 Pale Violet Red

📋 copy color: '#E07494'

red 224 ◦ green 116 ◦ blue 148

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

Shades of Pale Violet Red #E07494

Tints of Pale Violet Red #E07494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 45.9%
G = 23.77%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E07494 (or 0xE07494) is known color: Pale Violet Red. HEX triplet: E0, 74 and 94. RGB value is (224,116,148). Sum of RGB (Red+Green+Blue) = 224+116+148=488 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.90% from 488); Green value is 116 (45.70% from 255 or 23.77% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 224 - color contains mainly: red. Hex color #E07494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07494 is #1F8B6B. Grayscale: #979797. Windows color (decimal): -2067308 or 9729248. OLE color: 9729248.

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

Color convert

RGB 224 116 148 -
CMYK 0 0.48 0.34 0.12
HSL 342.22º 0.64% 0.67% -
HSV(B) 342.22º 0.48% 0.88% -
XYZ 42.33 30.48 31.67 -
YUV 151.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 224 116 148 0 0.48 0.34 0.12 342.22 0.64 0.67
Hex E0 74 94 0 30 22 C 156 40 43
Octal 340 164 224 0 60 42 14 526 100 103
Binary 11100000 1110100 10010100 0 110000 100010 1100 101010110 1000000 1000011

Color Harmonies of #E07494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07494

Black with #E07494

Text Example


Text Example

White with #E07494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07494; }

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

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

background-color css

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

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

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

border-color css

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

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

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