Html Css Color HEX #E45F89 Dark Pink

📋 copy color: '#E45F89'

red 228 ◦ green 95 ◦ blue 137

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

Shades of Dark Pink #E45F89

Tints of Dark Pink #E45F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 49.57%
G = 20.65%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E45F89 (or 0xE45F89) is known color: Dark Pink. HEX triplet: E4, 5F and 89. RGB value is (228,95,137). Sum of RGB (Red+Green+Blue) = 228+95+137=460 (60% of max value = 765). Red value is 228 (89.45% from 255 or 49.57% from 460); Green value is 95 (37.5% from 255 or 20.65% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F89 is #1BA076. Grayscale: #8B8B8B. Windows color (decimal): -1810551 or 9002980. OLE color: 9002980.

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

Color convert

RGB 228 95 137 -
CMYK 0 0.58 0.40 0.11
HSL 341.05º 0.71% 0.63% -
HSV(B) 341.05º 0.58% 0.89% -
XYZ 40.6 26.48 26.64 -
YUV 139.56 126.56 191.08 -
System Red Green Blue C M Y K H S L
Decimal 228 95 137 0 0.58 0.40 0.11 341.05 0.71 0.63
Hex E4 5F 89 0 3A 28 B 155 47 3F
Octal 344 137 211 0 72 50 13 525 107 77
Binary 11100100 1011111 10001001 0 111010 101000 1011 101010101 1000111 111111

Color Harmonies of #E45F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F89

Black with #E45F89

Text Example


Text Example

White with #E45F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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