Html Css Color HEX #E44281 Dark Pink

📋 copy color: '#E44281'

red 228 ◦ green 66 ◦ blue 129

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

Shades of Dark Pink #E44281

Tints of Dark Pink #E44281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.6%

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 53.9%
G = 15.6%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E44281 (or 0xE44281) is known color: Dark Pink. HEX triplet: E4, 42 and 81. RGB value is (228,66,129). Sum of RGB (Red+Green+Blue) = 228+66+129=423 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.90% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 228 - color contains mainly: red. Hex color #E44281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44281 is #1BBD7E. Grayscale: #797979. Windows color (decimal): -1817983 or 8471268. OLE color: 8471268.

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

Color convert

RGB 228 66 129 -
CMYK 0 0.71 0.43 0.11
HSL 336.67º 0.75% 0.58% -
HSV(B) 336.67º 0.71% 0.89% -
XYZ 37.91 21.98 23.01 -
YUV 121.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 228 66 129 0 0.71 0.43 0.11 336.67 0.75 0.58
Hex E4 42 81 0 47 2B B 151 4B 3A
Octal 344 102 201 0 107 53 13 521 113 72
Binary 11100100 1000010 10000001 0 1000111 101011 1011 101010001 1001011 111010

Color Harmonies of #E44281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44281

Black with #E44281

Text Example


Text Example

White with #E44281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44281; }

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

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

background-color css

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

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

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

border-color css

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

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

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