Html Css Color HEX #E9538E Dark Pink

📋 copy color: '#E9538E'

red 233 ◦ green 83 ◦ blue 142

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

Shades of Dark Pink #E9538E

Tints of Dark Pink #E9538E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31%

R = 50.87%
G = 18.12%
B = 31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9538E (or 0xE9538E) is known color: Dark Pink. HEX triplet: E9, 53 and 8E. RGB value is (233,83,142). Sum of RGB (Red+Green+Blue) = 233+83+142=458 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.87% from 458); Green value is 83 (32.81% from 255 or 18.12% from 458); Blue value is 142 (55.86% from 255 or 31.00% from 458); Max value from RGB is 233 - color contains mainly: red. Hex color #E9538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E9538E is #16AC71. Grayscale: #868686. Windows color (decimal): -1485938 or 9327593. OLE color: 9327593.

HSL color Cylindrical-coordinate representation of color #E9538E: hue angle of 336.4º 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 #E9538E is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 142 -
CMYK 0 0.64 0.39 0.09
HSL 336.4º 0.77% 0.62% -
HSV(B) 336.4º 0.64% 0.91% -
XYZ 41.58 25.46 28.31 -
YUV 134.58 132.2 198.2 -
System Red Green Blue C M Y K H S L
Decimal 233 83 142 0 0.64 0.39 0.09 336.4 0.77 0.62
Hex E9 53 8E 0 40 27 9 150 4D 3E
Octal 351 123 216 0 100 47 11 520 115 76
Binary 11101001 1010011 10001110 0 1000000 100111 1001 101010000 1001101 111110

Color Harmonies of #E9538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9538E

Black with #E9538E

Text Example


Text Example

White with #E9538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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