Html Css Color HEX #E07491 Pale Violet Red

📋 copy color: '#E07491'

red 224 ◦ green 116 ◦ blue 145

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

Shades of Pale Violet Red #E07491

Tints of Pale Violet Red #E07491

RGB

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

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

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

R = 46.19%
G = 23.92%
B = 29.9%

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

#E07491 (or 0xE07491) is known color: Pale Violet Red. HEX triplet: E0, 74 and 91. RGB value is (224,116,145). Sum of RGB (Red+Green+Blue) = 224+116+145=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E07491 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07491 is #1F8B6E. Grayscale: #979797. Windows color (decimal): -2067311 or 9532640. OLE color: 9532640.

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

Color convert

RGB 224 116 145 -
CMYK 0 0.48 0.35 0.12
HSL 343.89º 0.64% 0.67% -
HSV(B) 343.89º 0.48% 0.88% -
XYZ 42.1 30.38 30.43 -
YUV 151.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 224 116 145 0 0.48 0.35 0.12 343.89 0.64 0.67
Hex E0 74 91 0 30 23 C 158 40 43
Octal 340 164 221 0 60 43 14 530 100 103
Binary 11100000 1110100 10010001 0 110000 100011 1100 101011000 1000000 1000011

Color Harmonies of #E07491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07491

Black with #E07491

Text Example


Text Example

White with #E07491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07491; }

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

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

background-color css

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

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

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

border-color css

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

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

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