Html Css Color HEX #E07192 Pale Violet Red

📋 copy color: '#E07192'

red 224 ◦ green 113 ◦ blue 146

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

Shades of Pale Violet Red #E07192

Tints of Pale Violet Red #E07192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.4%

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

R = 46.38%
G = 23.4%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E07192 (or 0xE07192) is known color: Pale Violet Red. HEX triplet: E0, 71 and 92. RGB value is (224,113,146). Sum of RGB (Red+Green+Blue) = 224+113+146=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E07192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07192 is #1F8E6D. Grayscale: #959595. Windows color (decimal): -2068078 or 9597408. OLE color: 9597408.

HSL color Cylindrical-coordinate representation of color #E07192: hue angle of 342.16º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E07192 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 113 146 -
CMYK 0 0.50 0.35 0.12
HSL 342.16º 0.64% 0.66% -
HSV(B) 342.16º 0.5% 0.88% -
XYZ 41.83 29.73 30.73 -
YUV 149.95 125.77 180.82 -
System Red Green Blue C M Y K H S L
Decimal 224 113 146 0 0.50 0.35 0.12 342.16 0.64 0.66
Hex E0 71 92 0 32 23 C 156 40 42
Octal 340 161 222 0 62 43 14 526 100 102
Binary 11100000 1110001 10010010 0 110010 100011 1100 101010110 1000000 1000010

Color Harmonies of #E07192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07192

Black with #E07192

Text Example


Text Example

White with #E07192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07192; }

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

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

background-color css

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

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

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

border-color css

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

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

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