Html Css Color HEX #E06591 Pale Violet Red

📋 copy color: '#E06591'

red 224 ◦ green 101 ◦ blue 145

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

Shades of Pale Violet Red #E06591

Tints of Pale Violet Red #E06591

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.49%

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

R = 47.66%
G = 21.49%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E06591 (or 0xE06591) is known color: Pale Violet Red. HEX triplet: E0, 65 and 91. RGB value is (224,101,145). Sum of RGB (Red+Green+Blue) = 224+101+145=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 101 (39.84% from 255 or 21.49% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E06591 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E06591 is #1F9A6E. Grayscale: #8E8E8E. Windows color (decimal): -2071151 or 9528800. OLE color: 9528800.

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

Color convert

RGB 224 101 145 -
CMYK 0 0.55 0.35 0.12
HSL 338.54º 0.66% 0.64% -
HSV(B) 338.54º 0.55% 0.88% -
XYZ 40.5 27.2 29.9 -
YUV 142.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 224 101 145 0 0.55 0.35 0.12 338.54 0.66 0.64
Hex E0 65 91 0 37 23 C 153 42 40
Octal 340 145 221 0 67 43 14 523 102 100
Binary 11100000 1100101 10010001 0 110111 100011 1100 101010011 1000010 1000000

Color Harmonies of #E06591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06591

Black with #E06591

Text Example


Text Example

White with #E06591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06591; }

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

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

background-color css

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

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

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

border-color css

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

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

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