Html Css Color HEX #E45A8F Dark Pink

📋 copy color: '#E45A8F'

red 228 ◦ green 90 ◦ blue 143

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

Shades of Dark Pink #E45A8F

Tints of Dark Pink #E45A8F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

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

R = 49.46%
G = 19.52%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#E45A8F (or 0xE45A8F) is known color: Dark Pink. HEX triplet: E4, 5A and 8F. RGB value is (228,90,143). Sum of RGB (Red+Green+Blue) = 228+90+143=461 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.46% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 228 - color contains mainly: red. Hex color #E45A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45A8F is #1BA570. Grayscale: #898989. Windows color (decimal): -1811825 or 9394916. OLE color: 9394916.

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

Color convert

RGB 228 90 143 -
CMYK 0 0.61 0.37 0.11
HSL 336.96º 0.72% 0.62% -
HSV(B) 336.96º 0.61% 0.89% -
XYZ 40.61 25.79 28.82 -
YUV 137.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 228 90 143 0 0.61 0.37 0.11 336.96 0.72 0.62
Hex E4 5A 8F 0 3D 25 B 151 48 3E
Octal 344 132 217 0 75 45 13 521 110 76
Binary 11100100 1011010 10001111 0 111101 100101 1011 101010001 1001000 111110

Color Harmonies of #E45A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45A8F

Black with #E45A8F

Text Example


Text Example

White with #E45A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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