Html Css Color HEX #E85388 Dark Pink

📋 copy color: '#E85388'

red 232 ◦ green 83 ◦ blue 136

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

Shades of Dark Pink #E85388

Tints of Dark Pink #E85388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.16%

R = 51.44%
G = 18.4%
B = 30.16%

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

#E85388 (or 0xE85388) is known color: Dark Pink. HEX triplet: E8, 53 and 88. RGB value is (232,83,136). Sum of RGB (Red+Green+Blue) = 232+83+136=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 83 (32.81% from 255 or 18.40% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E85388 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85388 is #17AC77. Grayscale: #858585. Windows color (decimal): -1551480 or 8934376. OLE color: 8934376.

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

Color convert

RGB 232 83 136 -
CMYK 0 0.64 0.41 0.09
HSL 338.66º 0.76% 0.62% -
HSV(B) 338.66º 0.64% 0.91% -
XYZ 40.82 25.12 25.99 -
YUV 133.59 129.36 198.19 -
System Red Green Blue C M Y K H S L
Decimal 232 83 136 0 0.64 0.41 0.09 338.66 0.76 0.62
Hex E8 53 88 0 40 29 9 153 4C 3E
Octal 350 123 210 0 100 51 11 523 114 76
Binary 11101000 1010011 10001000 0 1000000 101001 1001 101010011 1001100 111110

Color Harmonies of #E85388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85388

Black with #E85388

Text Example


Text Example

White with #E85388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85388; }

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

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

background-color css

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

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

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

border-color css

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

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

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