Html Css Color HEX #E85371 Dark Pink

📋 copy color: '#E85371'

red 232 ◦ green 83 ◦ blue 113

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

Shades of Dark Pink #E85371

Tints of Dark Pink #E85371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 54.21%
G = 19.39%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E85371 (or 0xE85371) is known color: Dark Pink. HEX triplet: E8, 53 and 71. RGB value is (232,83,113). Sum of RGB (Red+Green+Blue) = 232+83+113=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E85371 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85371 is #17AC8E. Grayscale: #838383. Windows color (decimal): -1551503 or 7427048. OLE color: 7427048.

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

Color convert

RGB 232 83 113 -
CMYK 0 0.64 0.51 0.09
HSL 347.92º 0.76% 0.62% -
HSV(B) 347.92º 0.64% 0.91% -
XYZ 39.35 24.53 18.28 -
YUV 130.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 232 83 113 0 0.64 0.51 0.09 347.92 0.76 0.62
Hex E8 53 71 0 40 33 9 15C 4C 3E
Octal 350 123 161 0 100 63 11 534 114 76
Binary 11101000 1010011 1110001 0 1000000 110011 1001 101011100 1001100 111110

Color Harmonies of #E85371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85371

Black with #E85371

Text Example


Text Example

White with #E85371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85371; }

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

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

background-color css

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

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

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

border-color css

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

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

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