Html Css Color HEX #E45E8E Dark Pink

📋 copy color: '#E45E8E'

red 228 ◦ green 94 ◦ blue 142

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

Shades of Dark Pink #E45E8E

Tints of Dark Pink #E45E8E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.26%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 49.14%
G = 20.26%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E45E8E (or 0xE45E8E) is known color: Dark Pink. HEX triplet: E4, 5E and 8E. RGB value is (228,94,142). Sum of RGB (Red+Green+Blue) = 228+94+142=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E45E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E45E8E is #1BA171. Grayscale: #8B8B8B. Windows color (decimal): -1810802 or 9330404. OLE color: 9330404.

HSL color Cylindrical-coordinate representation of color #E45E8E: hue angle of 338.51º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E45E8E is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 94 142 -
CMYK 0 0.59 0.38 0.11
HSL 338.51º 0.71% 0.63% -
HSV(B) 338.51º 0.59% 0.89% -
XYZ 40.88 26.45 28.54 -
YUV 139.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 228 94 142 0 0.59 0.38 0.11 338.51 0.71 0.63
Hex E4 5E 8E 0 3B 26 B 153 47 3F
Octal 344 136 216 0 73 46 13 523 107 77
Binary 11100100 1011110 10001110 0 111011 100110 1011 101010011 1000111 111111

Color Harmonies of #E45E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45E8E

Black with #E45E8E

Text Example


Text Example

White with #E45E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45E8E; }

 p { color: rgb(228,94,142); }

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

background-color css

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

 a { background-color: rgb(228,94,142); }

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

border-color css

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

 span { border-color: rgb(228,94,142); }

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