Html Css Color HEX #E44F7F Dark Pink

📋 copy color: '#E44F7F'

red 228 ◦ green 79 ◦ blue 127

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

Shades of Dark Pink #E44F7F

Tints of Dark Pink #E44F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.26%

R = 52.53%
G = 18.2%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E44F7F (or 0xE44F7F) is known color: Dark Pink. HEX triplet: E4, 4F and 7F. RGB value is (228,79,127). Sum of RGB (Red+Green+Blue) = 228+79+127=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E44F7F is #1BB080. Grayscale: #808080. Windows color (decimal): -1814657 or 8343524. OLE color: 8343524.

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

Color convert

RGB 228 79 127 -
CMYK 0 0.65 0.44 0.11
HSL 340.67º 0.73% 0.6% -
HSV(B) 340.67º 0.65% 0.89% -
XYZ 38.62 23.62 22.6 -
YUV 129.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 228 79 127 0 0.65 0.44 0.11 340.67 0.73 0.6
Hex E4 4F 7F 0 41 2C B 155 49 3C
Octal 344 117 177 0 101 54 13 525 111 74
Binary 11100100 1001111 1111111 0 1000001 101100 1011 101010101 1001001 111100

Color Harmonies of #E44F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E44F7F

Black with #E44F7F

Text Example


Text Example

White with #E44F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E44F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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