Html Css Color HEX #E45F8C Dark Pink

📋 copy color: '#E45F8C'

red 228 ◦ green 95 ◦ blue 140

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

Shades of Dark Pink #E45F8C

Tints of Dark Pink #E45F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 49.24%
G = 20.52%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E45F8C (or 0xE45F8C) is known color: Dark Pink. HEX triplet: E4, 5F and 8C. RGB value is (228,95,140). Sum of RGB (Red+Green+Blue) = 228+95+140=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45F8C is #1BA073. Grayscale: #8B8B8B. Windows color (decimal): -1810548 or 9199588. OLE color: 9199588.

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

Color convert

RGB 228 95 140 -
CMYK 0 0.58 0.39 0.11
HSL 339.7º 0.71% 0.63% -
HSV(B) 339.7º 0.58% 0.89% -
XYZ 40.82 26.57 27.79 -
YUV 139.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 228 95 140 0 0.58 0.39 0.11 339.7 0.71 0.63
Hex E4 5F 8C 0 3A 27 B 154 47 3F
Octal 344 137 214 0 72 47 13 524 107 77
Binary 11100100 1011111 10001100 0 111010 100111 1011 101010100 1000111 111111

Color Harmonies of #E45F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F8C

Black with #E45F8C

Text Example


Text Example

White with #E45F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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