Html Css Color HEX #E45F7E Dark Pink

📋 copy color: '#E45F7E'

red 228 ◦ green 95 ◦ blue 126

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

Shades of Dark Pink #E45F7E

Tints of Dark Pink #E45F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 28.06%

R = 50.78%
G = 21.16%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E45F7E (or 0xE45F7E) is known color: Dark Pink. HEX triplet: E4, 5F and 7E. RGB value is (228,95,126). Sum of RGB (Red+Green+Blue) = 228+95+126=449 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.78% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 126 (49.61% from 255 or 28.06% from 449); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F7E is #1BA081. Grayscale: #8A8A8A. Windows color (decimal): -1810562 or 8282084. OLE color: 8282084.

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

Color convert

RGB 228 95 126 -
CMYK 0 0.58 0.45 0.11
HSL 346.02º 0.71% 0.63% -
HSV(B) 346.02º 0.58% 0.89% -
XYZ 39.85 26.18 22.69 -
YUV 138.3 121.06 191.98 -
System Red Green Blue C M Y K H S L
Decimal 228 95 126 0 0.58 0.45 0.11 346.02 0.71 0.63
Hex E4 5F 7E 0 3A 2D B 15A 47 3F
Octal 344 137 176 0 72 55 13 532 107 77
Binary 11100100 1011111 1111110 0 111010 101101 1011 101011010 1000111 111111

Color Harmonies of #E45F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F7E

Black with #E45F7E

Text Example


Text Example

White with #E45F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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