Html Css Color HEX #E85478 Dark Pink

📋 copy color: '#E85478'

red 232 ◦ green 84 ◦ blue 120

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

Shades of Dark Pink #E85478

Tints of Dark Pink #E85478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.27%

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 53.21%
G = 19.27%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E85478 (or 0xE85478) is known color: Dark Pink. HEX triplet: E8, 54 and 78. RGB value is (232,84,120). Sum of RGB (Red+Green+Blue) = 232+84+120=436 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.21% from 436); Green value is 84 (33.20% from 255 or 19.27% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 232 - color contains mainly: red. Hex color #E85478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85478 is #17AB87. Grayscale: #848484. Windows color (decimal): -1551240 or 7886056. OLE color: 7886056.

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

Color convert

RGB 232 84 120 -
CMYK 0 0.64 0.48 0.09
HSL 345.41º 0.76% 0.62% -
HSV(B) 345.41º 0.64% 0.91% -
XYZ 39.84 24.85 20.47 -
YUV 132.36 121.03 199.07 -
System Red Green Blue C M Y K H S L
Decimal 232 84 120 0 0.64 0.48 0.09 345.41 0.76 0.62
Hex E8 54 78 0 40 30 9 159 4C 3E
Octal 350 124 170 0 100 60 11 531 114 76
Binary 11101000 1010100 1111000 0 1000000 110000 1001 101011001 1001100 111110

Color Harmonies of #E85478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85478

Black with #E85478

Text Example


Text Example

White with #E85478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85478; }

 p { color: rgb(232,84,120); }

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

background-color css

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

 a { background-color: rgb(232,84,120); }

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

border-color css

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

 span { border-color: rgb(232,84,120); }

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