Html Css Color HEX #E05191 Dark Pink

📋 copy color: '#E05191'

red 224 ◦ green 81 ◦ blue 145

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

Shades of Dark Pink #E05191

Tints of Dark Pink #E05191

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18%

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

R = 49.78%
G = 18%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E05191 (or 0xE05191) is known color: Dark Pink. HEX triplet: E0, 51 and 91. RGB value is (224,81,145). Sum of RGB (Red+Green+Blue) = 224+81+145=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E05191 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E05191 is #1FAE6E. Grayscale: #828282. Windows color (decimal): -2076271 or 9523680. OLE color: 9523680.

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

Color convert

RGB 224 81 145 -
CMYK 0 0.64 0.35 0.12
HSL 333.15º 0.7% 0.6% -
HSV(B) 333.15º 0.64% 0.88% -
XYZ 38.79 23.78 29.33 -
YUV 131.05 135.88 194.3 -
System Red Green Blue C M Y K H S L
Decimal 224 81 145 0 0.64 0.35 0.12 333.15 0.7 0.6
Hex E0 51 91 0 40 23 C 14D 46 3C
Octal 340 121 221 0 100 43 14 515 106 74
Binary 11100000 1010001 10010001 0 1000000 100011 1100 101001101 1000110 111100

Color Harmonies of #E05191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05191

Black with #E05191

Text Example


Text Example

White with #E05191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05191; }

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

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

background-color css

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

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

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

border-color css

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

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

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