Html Css Color HEX #E2537D Dark Pink

📋 copy color: '#E2537D'

red 226 ◦ green 83 ◦ blue 125

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

Shades of Dark Pink #E2537D

Tints of Dark Pink #E2537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.12%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 52.07%
G = 19.12%
B = 28.8%

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

#E2537D (or 0xE2537D) is known color: Dark Pink. HEX triplet: E2, 53 and 7D. RGB value is (226,83,125). Sum of RGB (Red+Green+Blue) = 226+83+125=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2537D is #1DAC82. Grayscale: #828282. Windows color (decimal): -1944707 or 8213474. OLE color: 8213474.

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

Color convert

RGB 226 83 125 -
CMYK 0 0.63 0.45 0.11
HSL 342.38º 0.71% 0.61% -
HSV(B) 342.38º 0.63% 0.89% -
XYZ 38.16 23.84 21.99 -
YUV 130.55 124.88 196.08 -
System Red Green Blue C M Y K H S L
Decimal 226 83 125 0 0.63 0.45 0.11 342.38 0.71 0.61
Hex E2 53 7D 0 3F 2D B 156 47 3D
Octal 342 123 175 0 77 55 13 526 107 75
Binary 11100010 1010011 1111101 0 111111 101101 1011 101010110 1000111 111101

Color Harmonies of #E2537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2537D

Black with #E2537D

Text Example


Text Example

White with #E2537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2537D; }

 p { color: rgb(226,83,125); }

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

background-color css

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

 a { background-color: rgb(226,83,125); }

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

border-color css

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

 span { border-color: rgb(226,83,125); }

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