Html Css Color HEX #E07391 Pale Violet Red

📋 copy color: '#E07391'

red 224 ◦ green 115 ◦ blue 145

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

Shades of Pale Violet Red #E07391

Tints of Pale Violet Red #E07391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.76%

 BLUE value IS 145 (57.03% from 255) = 29.96%

R = 46.28%
G = 23.76%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E07391 (or 0xE07391) is known color: Pale Violet Red. HEX triplet: E0, 73 and 91. RGB value is (224,115,145). Sum of RGB (Red+Green+Blue) = 224+115+145=484 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.28% from 484); Green value is 115 (45.31% from 255 or 23.76% from 484); Blue value is 145 (57.03% from 255 or 29.96% from 484); Max value from RGB is 224 - color contains mainly: red. Hex color #E07391 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07391 is #1F8C6E. Grayscale: #979797. Windows color (decimal): -2067567 or 9532384. OLE color: 9532384.

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

Color convert

RGB 224 115 145 -
CMYK 0 0.49 0.35 0.12
HSL 343.49º 0.64% 0.66% -
HSV(B) 343.49º 0.49% 0.88% -
XYZ 41.98 30.15 30.4 -
YUV 151.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 224 115 145 0 0.49 0.35 0.12 343.49 0.64 0.66
Hex E0 73 91 0 31 23 C 157 40 42
Octal 340 163 221 0 61 43 14 527 100 102
Binary 11100000 1110011 10010001 0 110001 100011 1100 101010111 1000000 1000010

Color Harmonies of #E07391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07391

Black with #E07391

Text Example


Text Example

White with #E07391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07391; }

 p { color: rgb(224,115,145); }

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

background-color css

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

 a { background-color: rgb(224,115,145); }

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

border-color css

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

 span { border-color: rgb(224,115,145); }

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