Html Css Color HEX #E45F79 Dark Pink

📋 copy color: '#E45F79'

red 228 ◦ green 95 ◦ blue 121

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

Shades of Dark Pink #E45F79

Tints of Dark Pink #E45F79

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.4%

 BLUE value IS 121 (47.66% from 255) = 27.25%

R = 51.35%
G = 21.4%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E45F79 (or 0xE45F79) is known color: Dark Pink. HEX triplet: E4, 5F and 79. RGB value is (228,95,121). Sum of RGB (Red+Green+Blue) = 228+95+121=444 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.35% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 121 (47.66% from 255 or 27.25% from 444); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F79 is #1BA086. Grayscale: #898989. Windows color (decimal): -1810567 or 7954404. OLE color: 7954404.

HSL color Cylindrical-coordinate representation of color #E45F79: hue angle of 348.27º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E45F79 is Cyan = 0, Magento = 0.58, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 95 121 -
CMYK 0 0.58 0.47 0.11
HSL 348.27º 0.71% 0.63% -
HSV(B) 348.27º 0.58% 0.89% -
XYZ 39.54 26.06 21.04 -
YUV 137.73 118.56 192.39 -
System Red Green Blue C M Y K H S L
Decimal 228 95 121 0 0.58 0.47 0.11 348.27 0.71 0.63
Hex E4 5F 79 0 3A 2F B 15C 47 3F
Octal 344 137 171 0 72 57 13 534 107 77
Binary 11100100 1011111 1111001 0 111010 101111 1011 101011100 1000111 111111

Color Harmonies of #E45F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F79

Black with #E45F79

Text Example


Text Example

White with #E45F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F79; }

 p { color: rgb(228,95,121); }

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

background-color css

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

 a { background-color: rgb(228,95,121); }

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

border-color css

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

 span { border-color: rgb(228,95,121); }

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