Html Css Color HEX #E44A7C Dark Pink

📋 copy color: '#E44A7C'

red 228 ◦ green 74 ◦ blue 124

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

Shades of Dark Pink #E44A7C

Tints of Dark Pink #E44A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 53.52%
G = 17.37%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E44A7C (or 0xE44A7C) is known color: Dark Pink. HEX triplet: E4, 4A and 7C. RGB value is (228,74,124). Sum of RGB (Red+Green+Blue) = 228+74+124=426 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.52% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E44A7C is #1BB583. Grayscale: #7D7D7D. Windows color (decimal): -1815940 or 8145636. OLE color: 8145636.

HSL color Cylindrical-coordinate representation of color #E44A7C: hue angle of 340.52º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E44A7C is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 74 124 -
CMYK 0 0.68 0.46 0.11
HSL 340.52º 0.74% 0.59% -
HSV(B) 340.52º 0.68% 0.89% -
XYZ 38.08 22.85 21.47 -
YUV 125.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 228 74 124 0 0.68 0.46 0.11 340.52 0.74 0.59
Hex E4 4A 7C 0 44 2E B 155 4A 3B
Octal 344 112 174 0 104 56 13 525 112 73
Binary 11100100 1001010 1111100 0 1000100 101110 1011 101010101 1001010 111011

Color Harmonies of #E44A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A7C

Black with #E44A7C

Text Example


Text Example

White with #E44A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A7C; }

 p { color: rgb(228,74,124); }

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

background-color css

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

 a { background-color: rgb(228,74,124); }

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

border-color css

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

 span { border-color: rgb(228,74,124); }

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