Html Css Color HEX #E54B7F Dark Pink

📋 copy color: '#E54B7F'

red 229 ◦ green 75 ◦ blue 127

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

Shades of Dark Pink #E54B7F

Tints of Dark Pink #E54B7F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.4%

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

R = 53.13%
G = 17.4%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E54B7F (or 0xE54B7F) is known color: Dark Pink. HEX triplet: E5, 4B and 7F. RGB value is (229,75,127). Sum of RGB (Red+Green+Blue) = 229+75+127=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E54B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E54B7F is #1AB480. Grayscale: #7E7E7E. Windows color (decimal): -1750145 or 8342501. OLE color: 8342501.

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

Color convert

RGB 229 75 127 -
CMYK 0 0.67 0.45 0.10
HSL 339.74º 0.75% 0.6% -
HSV(B) 339.74º 0.67% 0.9% -
XYZ 38.66 23.22 22.52 -
YUV 126.97 128.02 200.77 -
System Red Green Blue C M Y K H S L
Decimal 229 75 127 0 0.67 0.45 0.10 339.74 0.75 0.6
Hex E5 4B 7F 0 43 2D A 154 4B 3C
Octal 345 113 177 0 103 55 12 524 113 74
Binary 11100101 1001011 1111111 0 1000011 101101 1010 101010100 1001011 111100

Color Harmonies of #E54B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E54B7F

Black with #E54B7F

Text Example


Text Example

White with #E54B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E54B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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