Html Css Color HEX #E2557A Dark Pink

📋 copy color: '#E2557A'

red 226 ◦ green 85 ◦ blue 122

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

Shades of Dark Pink #E2557A

Tints of Dark Pink #E2557A

RGB

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

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

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

R = 52.19%
G = 19.63%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2557A (or 0xE2557A) is known color: Dark Pink. HEX triplet: E2, 55 and 7A. RGB value is (226,85,122). Sum of RGB (Red+Green+Blue) = 226+85+122=433 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.19% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 226 - color contains mainly: red. Hex color #E2557A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2557A is #1DAA85. Grayscale: #838383. Windows color (decimal): -1944198 or 8017378. OLE color: 8017378.

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

Color convert

RGB 226 85 122 -
CMYK 0 0.62 0.46 0.11
HSL 344.26º 0.71% 0.61% -
HSV(B) 344.26º 0.62% 0.89% -
XYZ 38.13 24.07 21.05 -
YUV 131.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 226 85 122 0 0.62 0.46 0.11 344.26 0.71 0.61
Hex E2 55 7A 0 3E 2E B 158 47 3D
Octal 342 125 172 0 76 56 13 530 107 75
Binary 11100010 1010101 1111010 0 111110 101110 1011 101011000 1000111 111101

Color Harmonies of #E2557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2557A

Black with #E2557A

Text Example


Text Example

White with #E2557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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