Html Css Color HEX #E45586 Dark Pink

📋 copy color: '#E45586'

red 228 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #E45586

Tints of Dark Pink #E45586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.02%

 BLUE value IS 134 (52.73% from 255) = 29.98%

R = 51.01%
G = 19.02%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E45586 (or 0xE45586) is known color: Dark Pink. HEX triplet: E4, 55 and 86. RGB value is (228,85,134). Sum of RGB (Red+Green+Blue) = 228+85+134=447 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.01% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 228 - color contains mainly: red. Hex color #E45586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45586 is #1BAA79. Grayscale: #858585. Windows color (decimal): -1813114 or 8803812. OLE color: 8803812.

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

Color convert

RGB 228 85 134 -
CMYK 0 0.63 0.41 0.11
HSL 339.44º 0.73% 0.61% -
HSV(B) 339.44º 0.63% 0.89% -
XYZ 39.55 24.71 25.24 -
YUV 133.34 128.38 195.52 -
System Red Green Blue C M Y K H S L
Decimal 228 85 134 0 0.63 0.41 0.11 339.44 0.73 0.61
Hex E4 55 86 0 3F 29 B 153 49 3D
Octal 344 125 206 0 77 51 13 523 111 75
Binary 11100100 1010101 10000110 0 111111 101001 1011 101010011 1001001 111101

Color Harmonies of #E45586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45586

Black with #E45586

Text Example


Text Example

White with #E45586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45586; }

 p { color: rgb(228,85,134); }

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

background-color css

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

 a { background-color: rgb(228,85,134); }

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

border-color css

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

 span { border-color: rgb(228,85,134); }

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