Html Css Color HEX #E85376 Dark Pink

📋 copy color: '#E85376'

red 232 ◦ green 83 ◦ blue 118

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

Shades of Dark Pink #E85376

Tints of Dark Pink #E85376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.25%

R = 53.58%
G = 19.17%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E85376 (or 0xE85376) is known color: Dark Pink. HEX triplet: E8, 53 and 76. RGB value is (232,83,118). Sum of RGB (Red+Green+Blue) = 232+83+118=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85376 is #17AC89. Grayscale: #838383. Windows color (decimal): -1551498 or 7754728. OLE color: 7754728.

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

Color convert

RGB 232 83 118 -
CMYK 0 0.64 0.49 0.09
HSL 345.91º 0.76% 0.62% -
HSV(B) 345.91º 0.64% 0.91% -
XYZ 39.64 24.65 19.81 -
YUV 131.54 120.36 199.65 -
System Red Green Blue C M Y K H S L
Decimal 232 83 118 0 0.64 0.49 0.09 345.91 0.76 0.62
Hex E8 53 76 0 40 31 9 15A 4C 3E
Octal 350 123 166 0 100 61 11 532 114 76
Binary 11101000 1010011 1110110 0 1000000 110001 1001 101011010 1001100 111110

Color Harmonies of #E85376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85376

Black with #E85376

Text Example


Text Example

White with #E85376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85376; }

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

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

background-color css

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

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

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

border-color css

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

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

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