#e41b94

Color #E41B94 Deep Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Pink #E41B94

Tints of Deep Pink #E41B94

Color information

#E41B94 (or 0xE41B94) is unknown color: approx Deep Pink. HEX triplet: E4, 1B and 94. RGB value is (228,27,148). Sum of RGB (Red+Green+Blue) = 228+27+148=403 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.58% from 403); Green value is 27 (10.94% from 255 or 6.70% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 228 - color contains mainly: red. Hex color #E41B94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E41B94 is #1BE46B. Grayscale: #646464. Windows color (decimal): -1827948 or 9706468. OLE color: 9706468.

HSL color Cylindrical-coordinate representation of color #E41B94: hue angle of 323.88º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E41B94 is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB22827148-
CMYK00.880.350.11
HSL323.88º78.82%50%-
HSV(B)323.88º88.16%89.41%-
XYZ37.7319.4229.78-
YUV100.89154.59218.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 56.58%
GREEN value IS 27 (10.94% from 255) = 6.70%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=56.58%
G=6.70%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2282714800.880.350.11323.8878.8250
HexE41B9405823B1444f32
Octal344332240130431350411762
Binary1110010011011100101000101100010001110111010001001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e41b94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e41b94; }

 p { color: rgb(228,27,148); }

 H1.HeaderClassName
 {
   color: #e41b94;
 }
 .AnyTagClassName
 {
   color: #e41b94;
 }
</style>
background-color css

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

 a { background-color: rgb(228,27,148); }

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

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

 span { border-color: rgb(228,27,148); }

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