Html Css Color HEX #E45896 Dark Pink

📋 copy color: '#E45896'

red 228 ◦ green 88 ◦ blue 150

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

Shades of Dark Pink #E45896

Tints of Dark Pink #E45896

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.88%

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 48.93%
G = 18.88%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E45896 (or 0xE45896) is known color: Dark Pink. HEX triplet: E4, 58 and 96. RGB value is (228,88,150). Sum of RGB (Red+Green+Blue) = 228+88+150=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E45896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45896 is #1BA769. Grayscale: #888888. Windows color (decimal): -1812330 or 9853156. OLE color: 9853156.

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

Color convert

RGB 228 88 150 -
CMYK 0 0.61 0.34 0.11
HSL 333.43º 0.72% 0.62% -
HSV(B) 333.43º 0.61% 0.89% -
XYZ 40.99 25.68 31.65 -
YUV 136.93 135.38 192.96 -
System Red Green Blue C M Y K H S L
Decimal 228 88 150 0 0.61 0.34 0.11 333.43 0.72 0.62
Hex E4 58 96 0 3D 22 B 14D 48 3E
Octal 344 130 226 0 75 42 13 515 110 76
Binary 11100100 1011000 10010110 0 111101 100010 1011 101001101 1001000 111110

Color Harmonies of #E45896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45896

Black with #E45896

Text Example


Text Example

White with #E45896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45896; }

 p { color: rgb(228,88,150); }

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

background-color css

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

 a { background-color: rgb(228,88,150); }

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

border-color css

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

 span { border-color: rgb(228,88,150); }

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