Html Css Color HEX #E9537D Dark Pink

📋 copy color: '#E9537D'

red 233 ◦ green 83 ◦ blue 125

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

Shades of Dark Pink #E9537D

Tints of Dark Pink #E9537D

RGB

 RED value IS 233 (91.41% from 255) = 52.83%

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

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

R = 52.83%
G = 18.82%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9537D (or 0xE9537D) is known color: Dark Pink. HEX triplet: E9, 53 and 7D. RGB value is (233,83,125). Sum of RGB (Red+Green+Blue) = 233+83+125=441 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.83% from 441); Green value is 83 (32.81% from 255 or 18.82% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 233 - color contains mainly: red. Hex color #E9537D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9537D is #16AC82. Grayscale: #848484. Windows color (decimal): -1485955 or 8213481. OLE color: 8213481.

HSL color Cylindrical-coordinate representation of color #E9537D: hue angle of 343.2º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E9537D is Cyan = 0, Magento = 0.64, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 125 -
CMYK 0 0.64 0.46 0.09
HSL 343.2º 0.77% 0.62% -
HSV(B) 343.2º 0.64% 0.91% -
XYZ 40.4 24.99 22.1 -
YUV 132.64 123.7 199.58 -
System Red Green Blue C M Y K H S L
Decimal 233 83 125 0 0.64 0.46 0.09 343.2 0.77 0.62
Hex E9 53 7D 0 40 2E 9 157 4D 3E
Octal 351 123 175 0 100 56 11 527 115 76
Binary 11101001 1010011 1111101 0 1000000 101110 1001 101010111 1001101 111110

Color Harmonies of #E9537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9537D

Black with #E9537D

Text Example


Text Example

White with #E9537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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