Html Css Color HEX #E07095 Pale Violet Red

📋 copy color: '#E07095'

red 224 ◦ green 112 ◦ blue 149

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

Shades of Pale Violet Red #E07095

Tints of Pale Violet Red #E07095

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 46.19%
G = 23.09%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E07095 (or 0xE07095) is known color: Pale Violet Red. HEX triplet: E0, 70 and 95. RGB value is (224,112,149). Sum of RGB (Red+Green+Blue) = 224+112+149=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07095 is #1F8F6A. Grayscale: #959595. Windows color (decimal): -2068331 or 9793760. OLE color: 9793760.

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

Color convert

RGB 224 112 149 -
CMYK 0 0.50 0.33 0.12
HSL 340.18º 0.64% 0.66% -
HSV(B) 340.18º 0.5% 0.88% -
XYZ 41.96 29.61 31.94 -
YUV 149.71 127.61 180.99 -
System Red Green Blue C M Y K H S L
Decimal 224 112 149 0 0.50 0.33 0.12 340.18 0.64 0.66
Hex E0 70 95 0 32 21 C 154 40 42
Octal 340 160 225 0 62 41 14 524 100 102
Binary 11100000 1110000 10010101 0 110010 100001 1100 101010100 1000000 1000010

Color Harmonies of #E07095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07095

Black with #E07095

Text Example


Text Example

White with #E07095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07095; }

 p { color: rgb(224,112,149); }

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

background-color css

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

 a { background-color: rgb(224,112,149); }

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

border-color css

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

 span { border-color: rgb(224,112,149); }

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