Html Css Color HEX #E44E85 Dark Pink

📋 copy color: '#E44E85'

red 228 ◦ green 78 ◦ blue 133

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

Shades of Dark Pink #E44E85

Tints of Dark Pink #E44E85

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.77%

 BLUE value IS 133 (52.34% from 255) = 30.3%

R = 51.94%
G = 17.77%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E44E85 (or 0xE44E85) is known color: Dark Pink. HEX triplet: E4, 4E and 85. RGB value is (228,78,133). Sum of RGB (Red+Green+Blue) = 228+78+133=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E44E85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E44E85 is #1BB17A. Grayscale: #818181. Windows color (decimal): -1814907 or 8736484. OLE color: 8736484.

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

Color convert

RGB 228 78 133 -
CMYK 0 0.66 0.42 0.11
HSL 338º 0.74% 0.6% -
HSV(B) 338º 0.66% 0.89% -
XYZ 38.95 23.64 24.7 -
YUV 129.12 130.2 198.53 -
System Red Green Blue C M Y K H S L
Decimal 228 78 133 0 0.66 0.42 0.11 338 0.74 0.6
Hex E4 4E 85 0 42 2A B 152 4A 3C
Octal 344 116 205 0 102 52 13 522 112 74
Binary 11100100 1001110 10000101 0 1000010 101010 1011 101010010 1001010 111100

Color Harmonies of #E44E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44E85

Black with #E44E85

Text Example


Text Example

White with #E44E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44E85; }

 p { color: rgb(228,78,133); }

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

background-color css

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

 a { background-color: rgb(228,78,133); }

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

border-color css

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

 span { border-color: rgb(228,78,133); }

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