Html Css Color HEX #E44384 Dark Pink

📋 copy color: '#E44384'

red 228 ◦ green 67 ◦ blue 132

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

Shades of Dark Pink #E44384

Tints of Dark Pink #E44384

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.69%

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 53.4%
G = 15.69%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E44384 (or 0xE44384) is known color: Dark Pink. HEX triplet: E4, 43 and 84. RGB value is (228,67,132). Sum of RGB (Red+Green+Blue) = 228+67+132=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 67 (26.56% from 255 or 15.69% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E44384 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44384 is #1BBC7B. Grayscale: #7A7A7A. Windows color (decimal): -1817724 or 8668132. OLE color: 8668132.

HSL color Cylindrical-coordinate representation of color #E44384: hue angle of 335.78º 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 #E44384 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 67 132 -
CMYK 0 0.71 0.42 0.11
HSL 335.78º 0.75% 0.58% -
HSV(B) 335.78º 0.71% 0.89% -
XYZ 38.17 22.17 24.1 -
YUV 122.55 133.34 203.21 -
System Red Green Blue C M Y K H S L
Decimal 228 67 132 0 0.71 0.42 0.11 335.78 0.75 0.58
Hex E4 43 84 0 47 2A B 150 4B 3A
Octal 344 103 204 0 107 52 13 520 113 72
Binary 11100100 1000011 10000100 0 1000111 101010 1011 101010000 1001011 111010

Color Harmonies of #E44384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44384

Black with #E44384

Text Example


Text Example

White with #E44384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44384; }

 p { color: rgb(228,67,132); }

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

background-color css

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

 a { background-color: rgb(228,67,132); }

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

border-color css

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

 span { border-color: rgb(228,67,132); }

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