Html Css Color HEX #E8538A Dark Pink

📋 copy color: '#E8538A'

red 232 ◦ green 83 ◦ blue 138

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

Shades of Dark Pink #E8538A

Tints of Dark Pink #E8538A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.46%

R = 51.21%
G = 18.32%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8538A (or 0xE8538A) is known color: Dark Pink. HEX triplet: E8, 53 and 8A. RGB value is (232,83,138). Sum of RGB (Red+Green+Blue) = 232+83+138=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 83 (32.81% from 255 or 18.32% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8538A is #17AC75. Grayscale: #858585. Windows color (decimal): -1551478 or 9065448. OLE color: 9065448.

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

Color convert

RGB 232 83 138 -
CMYK 0 0.64 0.41 0.09
HSL 337.85º 0.76% 0.62% -
HSV(B) 337.85º 0.64% 0.91% -
XYZ 40.96 25.18 26.75 -
YUV 133.82 130.36 198.03 -
System Red Green Blue C M Y K H S L
Decimal 232 83 138 0 0.64 0.41 0.09 337.85 0.76 0.62
Hex E8 53 8A 0 40 29 9 152 4C 3E
Octal 350 123 212 0 100 51 11 522 114 76
Binary 11101000 1010011 10001010 0 1000000 101001 1001 101010010 1001100 111110

Color Harmonies of #E8538A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8538A

Black with #E8538A

Text Example


Text Example

White with #E8538A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8538A; }

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

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

background-color css

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

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

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

border-color css

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

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

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