Html Css Color HEX #E44F84 Dark Pink

📋 copy color: '#E44F84'

red 228 ◦ green 79 ◦ blue 132

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

Shades of Dark Pink #E44F84

Tints of Dark Pink #E44F84

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18%

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

R = 51.94%
G = 18%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E44F84 (or 0xE44F84) is known color: Dark Pink. HEX triplet: E4, 4F and 84. RGB value is (228,79,132). Sum of RGB (Red+Green+Blue) = 228+79+132=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44F84 is #1BB07B. Grayscale: #818181. Windows color (decimal): -1814652 or 8671204. OLE color: 8671204.

HSL color Cylindrical-coordinate representation of color #E44F84: hue angle of 338.66º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E44F84 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 79 132 -
CMYK 0 0.65 0.42 0.11
HSL 338.66º 0.73% 0.6% -
HSV(B) 338.66º 0.65% 0.89% -
XYZ 38.96 23.75 24.36 -
YUV 129.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 228 79 132 0 0.65 0.42 0.11 338.66 0.73 0.6
Hex E4 4F 84 0 41 2A B 153 49 3C
Octal 344 117 204 0 101 52 13 523 111 74
Binary 11100100 1001111 10000100 0 1000001 101010 1011 101010011 1001001 111100

Color Harmonies of #E44F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F84

Black with #E44F84

Text Example


Text Example

White with #E44F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F84; }

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

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

background-color css

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

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

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

border-color css

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

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

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