#E44181

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

Shades of Dark Pink #E44181

Tints of Dark Pink #E44181

Color information

#E44181 (or 0xE44181) is unknown color: approx Dark Pink. HEX triplet: E4, 41 and 81. RGB value is (228,65,129). Sum of RGB (Red+Green+Blue) = 228+65+129=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 65 (25.78% from 255 or 15.40% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E44181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44181 is #1BBE7E. Grayscale: #787878. Windows color (decimal): -1818239 or 8471012. OLE color: 8471012.

HSL color Cylindrical-coordinate representation of color #E44181: hue angle of 336.44º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E44181 is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB22865129-
CMYK00.710.430.11
HSL336.44º75.12%57.45%-
HSV(B)336.44º71.49%89.41%-
XYZ37.8521.8622.99-
YUV121.03132.5204.3-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.03%
GREEN value IS 65 (25.78% from 255) = 15.40%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=54.03%
G=15.40%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2286512900.710.430.11336.4475.1257.45
HexE441810472BB1504b39
Octal3441012010107531352011371
Binary111001001000001100000010100011110101110111010100001001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E44181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E44181; }

 p { color: rgb(228,65,129); }

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

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

 a { background-color: rgb(228,65,129); }

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

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

 span { border-color: rgb(228,65,129); }

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