Html Css Color HEX #E45291 Dark Pink

📋 copy color: '#E45291'

red 228 ◦ green 82 ◦ blue 145

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

Shades of Dark Pink #E45291

Tints of Dark Pink #E45291

RGB

 RED value IS 228 (89.45% from 255) = 50.11%

 GREEN value IS 82 (32.42% from 255) = 18.02%

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

R = 50.11%
G = 18.02%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E45291 (or 0xE45291) is known color: Dark Pink. HEX triplet: E4, 52 and 91. RGB value is (228,82,145). Sum of RGB (Red+Green+Blue) = 228+82+145=455 (60% of max value = 765). Red value is 228 (89.45% from 255 or 50.11% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 145 (57.03% from 255 or 31.87% from 455); Max value from RGB is 228 - color contains mainly: red. Hex color #E45291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45291 is #1BAD6E. Grayscale: #848484. Windows color (decimal): -1813871 or 9523940. OLE color: 9523940.

HSL color Cylindrical-coordinate representation of color #E45291: hue angle of 334.11º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E45291 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 82 145 -
CMYK 0 0.64 0.36 0.11
HSL 334.11º 0.73% 0.61% -
HSV(B) 334.11º 0.64% 0.89% -
XYZ 40.12 24.57 29.42 -
YUV 132.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 228 82 145 0 0.64 0.36 0.11 334.11 0.73 0.61
Hex E4 52 91 0 40 24 B 14E 49 3D
Octal 344 122 221 0 100 44 13 516 111 75
Binary 11100100 1010010 10010001 0 1000000 100100 1011 101001110 1001001 111101

Color Harmonies of #E45291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45291

Black with #E45291

Text Example


Text Example

White with #E45291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45291; }

 p { color: rgb(228,82,145); }

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

background-color css

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

 a { background-color: rgb(228,82,145); }

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

border-color css

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

 span { border-color: rgb(228,82,145); }

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