Html Css Color HEX #E07492 Pale Violet Red

📋 copy color: '#E07492'

red 224 ◦ green 116 ◦ blue 146

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

Shades of Pale Violet Red #E07492

Tints of Pale Violet Red #E07492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.04%

R = 46.09%
G = 23.87%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E07492 (or 0xE07492) is known color: Pale Violet Red. HEX triplet: E0, 74 and 92. RGB value is (224,116,146). Sum of RGB (Red+Green+Blue) = 224+116+146=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07492 is #1F8B6D. Grayscale: #979797. Windows color (decimal): -2067310 or 9598176. OLE color: 9598176.

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

Color convert

RGB 224 116 146 -
CMYK 0 0.48 0.35 0.12
HSL 343.33º 0.64% 0.67% -
HSV(B) 343.33º 0.48% 0.88% -
XYZ 42.17 30.41 30.84 -
YUV 151.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 224 116 146 0 0.48 0.35 0.12 343.33 0.64 0.67
Hex E0 74 92 0 30 23 C 157 40 43
Octal 340 164 222 0 60 43 14 527 100 103
Binary 11100000 1110100 10010010 0 110000 100011 1100 101010111 1000000 1000011

Color Harmonies of #E07492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07492

Black with #E07492

Text Example


Text Example

White with #E07492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07492; }

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

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

background-color css

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

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

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

border-color css

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

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

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