Html Css Color HEX #E5457F Dark Pink

📋 copy color: '#E5457F'

red 229 ◦ green 69 ◦ blue 127

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

Shades of Dark Pink #E5457F

Tints of Dark Pink #E5457F

RGB

 RED value IS 229 (89.84% from 255) = 53.88%

 GREEN value IS 69 (27.34% from 255) = 16.24%

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

R = 53.88%
G = 16.24%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5457F (or 0xE5457F) is known color: Dark Pink. HEX triplet: E5, 45 and 7F. RGB value is (229,69,127). Sum of RGB (Red+Green+Blue) = 229+69+127=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5457F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E5457F is #1ABA80. Grayscale: #7B7B7B. Windows color (decimal): -1751681 or 8340965. OLE color: 8340965.

HSL color Cylindrical-coordinate representation of color #E5457F: hue angle of 338.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5457F is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 69 127 -
CMYK 0 0.70 0.45 0.10
HSL 338.25º 0.75% 0.58% -
HSV(B) 338.25º 0.7% 0.9% -
XYZ 38.27 22.45 22.39 -
YUV 123.45 130.01 203.28 -
System Red Green Blue C M Y K H S L
Decimal 229 69 127 0 0.70 0.45 0.10 338.25 0.75 0.58
Hex E5 45 7F 0 46 2D A 152 4B 3A
Octal 345 105 177 0 106 55 12 522 113 72
Binary 11100101 1000101 1111111 0 1000110 101101 1010 101010010 1001011 111010

Color Harmonies of #E5457F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5457F

Black with #E5457F

Text Example


Text Example

White with #E5457F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5457F; }

 p { color: rgb(229,69,127); }

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

background-color css

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

 a { background-color: rgb(229,69,127); }

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

border-color css

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

 span { border-color: rgb(229,69,127); }

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