Html Css Color HEX #E85377 Dark Pink

📋 copy color: '#E85377'

red 232 ◦ green 83 ◦ blue 119

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

Shades of Dark Pink #E85377

Tints of Dark Pink #E85377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.42%

R = 53.46%
G = 19.12%
B = 27.42%

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

#E85377 (or 0xE85377) is known color: Dark Pink. HEX triplet: E8, 53 and 77. RGB value is (232,83,119). Sum of RGB (Red+Green+Blue) = 232+83+119=434 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.46% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 119 (46.88% from 255 or 27.42% from 434); Max value from RGB is 232 - color contains mainly: red. Hex color #E85377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85377 is #17AC88. Grayscale: #838383. Windows color (decimal): -1551497 or 7820264. OLE color: 7820264.

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

Color convert

RGB 232 83 119 -
CMYK 0 0.64 0.49 0.09
HSL 345.5º 0.76% 0.62% -
HSV(B) 345.5º 0.64% 0.91% -
XYZ 39.7 24.67 20.12 -
YUV 131.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 232 83 119 0 0.64 0.49 0.09 345.5 0.76 0.62
Hex E8 53 77 0 40 31 9 15A 4C 3E
Octal 350 123 167 0 100 61 11 532 114 76
Binary 11101000 1010011 1110111 0 1000000 110001 1001 101011010 1001100 111110

Color Harmonies of #E85377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85377

Black with #E85377

Text Example


Text Example

White with #E85377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85377; }

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

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

background-color css

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

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

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

border-color css

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

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

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