Html Css Color HEX #E44482 Dark Pink

📋 copy color: '#E44482'

red 228 ◦ green 68 ◦ blue 130

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

Shades of Dark Pink #E44482

Tints of Dark Pink #E44482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.96%

 BLUE value IS 130 (51.17% from 255) = 30.52%

R = 53.52%
G = 15.96%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E44482 (or 0xE44482) is known color: Dark Pink. HEX triplet: E4, 44 and 82. RGB value is (228,68,130). Sum of RGB (Red+Green+Blue) = 228+68+130=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 130 (51.17% from 255 or 30.52% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E44482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44482 is #1BBB7D. Grayscale: #7A7A7A. Windows color (decimal): -1817470 or 8537316. OLE color: 8537316.

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

Color convert

RGB 228 68 130 -
CMYK 0 0.70 0.43 0.11
HSL 336.75º 0.75% 0.58% -
HSV(B) 336.75º 0.7% 0.89% -
XYZ 38.09 22.24 23.4 -
YUV 122.91 132.01 202.96 -
System Red Green Blue C M Y K H S L
Decimal 228 68 130 0 0.70 0.43 0.11 336.75 0.75 0.58
Hex E4 44 82 0 46 2B B 151 4B 3A
Octal 344 104 202 0 106 53 13 521 113 72
Binary 11100100 1000100 10000010 0 1000110 101011 1011 101010001 1001011 111010

Color Harmonies of #E44482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44482

Black with #E44482

Text Example


Text Example

White with #E44482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44482; }

 p { color: rgb(228,68,130); }

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

background-color css

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

 a { background-color: rgb(228,68,130); }

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

border-color css

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

 span { border-color: rgb(228,68,130); }

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