Html Css Color HEX #E45F7A Dark Pink

📋 copy color: '#E45F7A'

red 228 ◦ green 95 ◦ blue 122

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

Shades of Dark Pink #E45F7A

Tints of Dark Pink #E45F7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.42%

R = 51.24%
G = 21.35%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E45F7A (or 0xE45F7A) is known color: Dark Pink. HEX triplet: E4, 5F and 7A. RGB value is (228,95,122). Sum of RGB (Red+Green+Blue) = 228+95+122=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 122 (48.05% from 255 or 27.42% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E45F7A is #1BA085. Grayscale: #898989. Windows color (decimal): -1810566 or 8019940. OLE color: 8019940.

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

Color convert

RGB 228 95 122 -
CMYK 0 0.58 0.46 0.11
HSL 347.82º 0.71% 0.63% -
HSV(B) 347.82º 0.58% 0.89% -
XYZ 39.6 26.08 21.36 -
YUV 137.85 119.06 192.3 -
System Red Green Blue C M Y K H S L
Decimal 228 95 122 0 0.58 0.46 0.11 347.82 0.71 0.63
Hex E4 5F 7A 0 3A 2E B 15C 47 3F
Octal 344 137 172 0 72 56 13 534 107 77
Binary 11100100 1011111 1111010 0 111010 101110 1011 101011100 1000111 111111

Color Harmonies of #E45F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E45F7A

Black with #E45F7A

Text Example


Text Example

White with #E45F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E45F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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