Html Css Color HEX #E2557C Dark Pink

📋 copy color: '#E2557C'

red 226 ◦ green 85 ◦ blue 124

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

Shades of Dark Pink #E2557C

Tints of Dark Pink #E2557C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.54%

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

R = 51.95%
G = 19.54%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2557C (or 0xE2557C) is known color: Dark Pink. HEX triplet: E2, 55 and 7C. RGB value is (226,85,124). Sum of RGB (Red+Green+Blue) = 226+85+124=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2557C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2557C is #1DAA83. Grayscale: #838383. Windows color (decimal): -1944196 or 8148450. OLE color: 8148450.

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

Color convert

RGB 226 85 124 -
CMYK 0 0.62 0.45 0.11
HSL 343.4º 0.71% 0.61% -
HSV(B) 343.4º 0.62% 0.89% -
XYZ 38.25 24.12 21.71 -
YUV 131.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 226 85 124 0 0.62 0.45 0.11 343.4 0.71 0.61
Hex E2 55 7C 0 3E 2D B 157 47 3D
Octal 342 125 174 0 76 55 13 527 107 75
Binary 11100010 1010101 1111100 0 111110 101101 1011 101010111 1000111 111101

Color Harmonies of #E2557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2557C

Black with #E2557C

Text Example


Text Example

White with #E2557C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2557C; }

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

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

background-color css

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

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

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

border-color css

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

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

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