Html Css Color HEX #E2547C Dark Pink

📋 copy color: '#E2547C'

red 226 ◦ green 84 ◦ blue 124

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

Shades of Dark Pink #E2547C

Tints of Dark Pink #E2547C

RGB

 RED value IS 226 (88.67% from 255) = 52.07%

 GREEN value IS 84 (33.2% from 255) = 19.35%

 BLUE value IS 124 (48.83% from 255) = 28.57%

R = 52.07%
G = 19.35%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2547C (or 0xE2547C) is known color: Dark Pink. HEX triplet: E2, 54 and 7C. RGB value is (226,84,124). Sum of RGB (Red+Green+Blue) = 226+84+124=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2547C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2547C is #1DAB83. Grayscale: #838383. Windows color (decimal): -1944452 or 8148194. OLE color: 8148194.

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

Color convert

RGB 226 84 124 -
CMYK 0 0.63 0.45 0.11
HSL 343.1º 0.71% 0.61% -
HSV(B) 343.1º 0.63% 0.89% -
XYZ 38.17 23.96 21.68 -
YUV 131.02 124.04 195.75 -
System Red Green Blue C M Y K H S L
Decimal 226 84 124 0 0.63 0.45 0.11 343.1 0.71 0.61
Hex E2 54 7C 0 3F 2D B 157 47 3D
Octal 342 124 174 0 77 55 13 527 107 75
Binary 11100010 1010100 1111100 0 111111 101101 1011 101010111 1000111 111101

Color Harmonies of #E2547C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2547C

Black with #E2547C

Text Example


Text Example

White with #E2547C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2547C; }

 p { color: rgb(226,84,124); }

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

background-color css

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

 a { background-color: rgb(226,84,124); }

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

border-color css

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

 span { border-color: rgb(226,84,124); }

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