Html Css Color HEX #E45F8F Dark Pink

📋 copy color: '#E45F8F'

red 228 ◦ green 95 ◦ blue 143

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

Shades of Dark Pink #E45F8F

Tints of Dark Pink #E45F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.69%

R = 48.93%
G = 20.39%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E45F8F (or 0xE45F8F) is known color: Dark Pink. HEX triplet: E4, 5F and 8F. RGB value is (228,95,143). Sum of RGB (Red+Green+Blue) = 228+95+143=466 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.93% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 143 (56.25% from 255 or 30.69% from 466); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F8F is #1BA070. Grayscale: #8C8C8C. Windows color (decimal): -1810545 or 9396196. OLE color: 9396196.

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

Color convert

RGB 228 95 143 -
CMYK 0 0.58 0.37 0.11
HSL 338.35º 0.71% 0.63% -
HSV(B) 338.35º 0.58% 0.89% -
XYZ 41.05 26.66 28.97 -
YUV 140.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 228 95 143 0 0.58 0.37 0.11 338.35 0.71 0.63
Hex E4 5F 8F 0 3A 25 B 152 47 3F
Octal 344 137 217 0 72 45 13 522 107 77
Binary 11100100 1011111 10001111 0 111010 100101 1011 101010010 1000111 111111

Color Harmonies of #E45F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F8F

Black with #E45F8F

Text Example


Text Example

White with #E45F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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