Html Css Color HEX #E44A8B Dark Pink

📋 copy color: '#E44A8B'

red 228 ◦ green 74 ◦ blue 139

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

Shades of Dark Pink #E44A8B

Tints of Dark Pink #E44A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 51.7%
G = 16.78%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E44A8B (or 0xE44A8B) is known color: Dark Pink. HEX triplet: E4, 4A and 8B. RGB value is (228,74,139). Sum of RGB (Red+Green+Blue) = 228+74+139=441 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.70% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 228 - color contains mainly: red. Hex color #E44A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E44A8B is #1BB574. Grayscale: #7F7F7F. Windows color (decimal): -1815925 or 9128676. OLE color: 9128676.

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

Color convert

RGB 228 74 139 -
CMYK 0 0.68 0.39 0.11
HSL 334.68º 0.74% 0.59% -
HSV(B) 334.68º 0.68% 0.89% -
XYZ 39.1 23.26 26.85 -
YUV 127.46 134.52 199.71 -
System Red Green Blue C M Y K H S L
Decimal 228 74 139 0 0.68 0.39 0.11 334.68 0.74 0.59
Hex E4 4A 8B 0 44 27 B 14F 4A 3B
Octal 344 112 213 0 104 47 13 517 112 73
Binary 11100100 1001010 10001011 0 1000100 100111 1011 101001111 1001010 111011

Color Harmonies of #E44A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44A8B

Black with #E44A8B

Text Example


Text Example

White with #E44A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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