Html Css Color HEX #E45B7F Dark Pink

📋 copy color: '#E45B7F'

red 228 ◦ green 91 ◦ blue 127

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

Shades of Dark Pink #E45B7F

Tints of Dark Pink #E45B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.4%

 BLUE value IS 127 (50% from 255) = 28.48%

R = 51.12%
G = 20.4%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E45B7F (or 0xE45B7F) is known color: Dark Pink. HEX triplet: E4, 5B and 7F. RGB value is (228,91,127). Sum of RGB (Red+Green+Blue) = 228+91+127=446 (59% of max value = 765). Red value is 228 (89.45% from 255 or 51.12% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 228 - color contains mainly: red. Hex color #E45B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45B7F is #1BA480. Grayscale: #888888. Windows color (decimal): -1811585 or 8346596. OLE color: 8346596.

HSL color Cylindrical-coordinate representation of color #E45B7F: hue angle of 344.23º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E45B7F is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 91 127 -
CMYK 0 0.60 0.44 0.11
HSL 344.23º 0.72% 0.63% -
HSV(B) 344.23º 0.6% 0.89% -
XYZ 39.57 25.51 22.92 -
YUV 136.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 228 91 127 0 0.60 0.44 0.11 344.23 0.72 0.63
Hex E4 5B 7F 0 3C 2C B 158 48 3F
Octal 344 133 177 0 74 54 13 530 110 77
Binary 11100100 1011011 1111111 0 111100 101100 1011 101011000 1001000 111111

Color Harmonies of #E45B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45B7F

Black with #E45B7F

Text Example


Text Example

White with #E45B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45B7F; }

 p { color: rgb(228,91,127); }

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

background-color css

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

 a { background-color: rgb(228,91,127); }

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

border-color css

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

 span { border-color: rgb(228,91,127); }

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