Html Css Color HEX #E8538E Dark Pink

📋 copy color: '#E8538E'

red 232 ◦ green 83 ◦ blue 142

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

Shades of Dark Pink #E8538E

Tints of Dark Pink #E8538E

RGB

 RED value IS 232 (91.02% from 255) = 50.77%

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

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

R = 50.77%
G = 18.16%
B = 31.07%

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

#E8538E (or 0xE8538E) is known color: Dark Pink. HEX triplet: E8, 53 and 8E. RGB value is (232,83,142). Sum of RGB (Red+Green+Blue) = 232+83+142=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 83 (32.81% from 255 or 18.16% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E8538E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8538E is #17AC71. Grayscale: #868686. Windows color (decimal): -1551474 or 9327592. OLE color: 9327592.

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

Color convert

RGB 232 83 142 -
CMYK 0 0.64 0.39 0.09
HSL 336.24º 0.76% 0.62% -
HSV(B) 336.24º 0.64% 0.91% -
XYZ 41.25 25.3 28.3 -
YUV 134.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 232 83 142 0 0.64 0.39 0.09 336.24 0.76 0.62
Hex E8 53 8E 0 40 27 9 150 4C 3E
Octal 350 123 216 0 100 47 11 520 114 76
Binary 11101000 1010011 10001110 0 1000000 100111 1001 101010000 1001100 111110

Color Harmonies of #E8538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8538E

Black with #E8538E

Text Example


Text Example

White with #E8538E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8538E; }

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

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

background-color css

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

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

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

border-color css

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

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

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