Html Css Color HEX #E85386 Dark Pink

📋 copy color: '#E85386'

red 232 ◦ green 83 ◦ blue 134

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

Shades of Dark Pink #E85386

Tints of Dark Pink #E85386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.84%

R = 51.67%
G = 18.49%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.09

RGB Variations

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

Color information

#E85386 (or 0xE85386) is known color: Dark Pink. HEX triplet: E8, 53 and 86. RGB value is (232,83,134). Sum of RGB (Red+Green+Blue) = 232+83+134=449 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.67% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 232 - color contains mainly: red. Hex color #E85386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85386 is #17AC79. Grayscale: #858585. Windows color (decimal): -1551482 or 8803304. OLE color: 8803304.

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

Color convert

RGB 232 83 134 -
CMYK 0 0.64 0.42 0.09
HSL 339.46º 0.76% 0.62% -
HSV(B) 339.46º 0.64% 0.91% -
XYZ 40.68 25.06 25.25 -
YUV 133.37 128.36 198.35 -
System Red Green Blue C M Y K H S L
Decimal 232 83 134 0 0.64 0.42 0.09 339.46 0.76 0.62
Hex E8 53 86 0 40 2A 9 153 4C 3E
Octal 350 123 206 0 100 52 11 523 114 76
Binary 11101000 1010011 10000110 0 1000000 101010 1001 101010011 1001100 111110

Color Harmonies of #E85386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85386

Black with #E85386

Text Example


Text Example

White with #E85386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85386; }

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

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

background-color css

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

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

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

border-color css

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

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

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