Html Css Color HEX #E07591 Pale Violet Red

📋 copy color: '#E07591'

red 224 ◦ green 117 ◦ blue 145

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

Shades of Pale Violet Red #E07591

Tints of Pale Violet Red #E07591

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.07%

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

R = 46.09%
G = 24.07%
B = 29.84%

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

#E07591 (or 0xE07591) is known color: Pale Violet Red. HEX triplet: E0, 75 and 91. RGB value is (224,117,145). Sum of RGB (Red+Green+Blue) = 224+117+145=486 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.09% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 145 (57.03% from 255 or 29.84% from 486); Max value from RGB is 224 - color contains mainly: red. Hex color #E07591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07591 is #1F8A6E. Grayscale: #989898. Windows color (decimal): -2067055 or 9532896. OLE color: 9532896.

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

Color convert

RGB 224 117 145 -
CMYK 0 0.48 0.35 0.12
HSL 344.3º 0.63% 0.67% -
HSV(B) 344.3º 0.48% 0.88% -
XYZ 42.21 30.61 30.47 -
YUV 152.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 224 117 145 0 0.48 0.35 0.12 344.3 0.63 0.67
Hex E0 75 91 0 30 23 C 158 3F 43
Octal 340 165 221 0 60 43 14 530 77 103
Binary 11100000 1110101 10010001 0 110000 100011 1100 101011000 111111 1000011

Color Harmonies of #E07591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07591

Black with #E07591

Text Example


Text Example

White with #E07591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07591; }

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

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

background-color css

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

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

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

border-color css

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

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

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