Html Css Color HEX #E44D7E Dark Pink

📋 copy color: '#E44D7E'

red 228 ◦ green 77 ◦ blue 126

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

Shades of Dark Pink #E44D7E

Tints of Dark Pink #E44D7E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.87%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 52.9%
G = 17.87%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E44D7E (or 0xE44D7E) is known color: Dark Pink. HEX triplet: E4, 4D and 7E. RGB value is (228,77,126). Sum of RGB (Red+Green+Blue) = 228+77+126=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44D7E is #1BB281. Grayscale: #7F7F7F. Windows color (decimal): -1815170 or 8277476. OLE color: 8277476.

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

Color convert

RGB 228 77 126 -
CMYK 0 0.66 0.45 0.11
HSL 340.53º 0.74% 0.6% -
HSV(B) 340.53º 0.66% 0.89% -
XYZ 38.41 23.31 22.21 -
YUV 127.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 228 77 126 0 0.66 0.45 0.11 340.53 0.74 0.6
Hex E4 4D 7E 0 42 2D B 155 4A 3C
Octal 344 115 176 0 102 55 13 525 112 74
Binary 11100100 1001101 1111110 0 1000010 101101 1011 101010101 1001010 111100

Color Harmonies of #E44D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44D7E

Black with #E44D7E

Text Example


Text Example

White with #E44D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44D7E; }

 p { color: rgb(228,77,126); }

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

background-color css

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

 a { background-color: rgb(228,77,126); }

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

border-color css

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

 span { border-color: rgb(228,77,126); }

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