Html Css Color HEX #E4547D Dark Pink

📋 copy color: '#E4547D'

red 228 ◦ green 84 ◦ blue 125

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

Shades of Dark Pink #E4547D

Tints of Dark Pink #E4547D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.22%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 52.17%
G = 19.22%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E4547D (or 0xE4547D) is known color: Dark Pink. HEX triplet: E4, 54 and 7D. RGB value is (228,84,125). Sum of RGB (Red+Green+Blue) = 228+84+125=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 84 (33.20% from 255 or 19.22% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E4547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4547D is #1BAB82. Grayscale: #838383. Windows color (decimal): -1813379 or 8213732. OLE color: 8213732.

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

Color convert

RGB 228 84 125 -
CMYK 0 0.63 0.45 0.11
HSL 342.92º 0.73% 0.61% -
HSV(B) 342.92º 0.63% 0.89% -
XYZ 38.87 24.32 22.05 -
YUV 131.73 124.21 196.67 -
System Red Green Blue C M Y K H S L
Decimal 228 84 125 0 0.63 0.45 0.11 342.92 0.73 0.61
Hex E4 54 7D 0 3F 2D B 157 49 3D
Octal 344 124 175 0 77 55 13 527 111 75
Binary 11100100 1010100 1111101 0 111111 101101 1011 101010111 1001001 111101

Color Harmonies of #E4547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4547D

Black with #E4547D

Text Example


Text Example

White with #E4547D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4547D; }

 p { color: rgb(228,84,125); }

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

background-color css

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

 a { background-color: rgb(228,84,125); }

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

border-color css

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

 span { border-color: rgb(228,84,125); }

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