Html Css Color HEX #E85174 Dark Pink

📋 copy color: '#E85174'

red 232 ◦ green 81 ◦ blue 116

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

Shades of Dark Pink #E85174

Tints of Dark Pink #E85174

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.88%

 BLUE value IS 116 (45.7% from 255) = 27.04%

R = 54.08%
G = 18.88%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85174 (or 0xE85174) is known color: Dark Pink. HEX triplet: E8, 51 and 74. RGB value is (232,81,116). Sum of RGB (Red+Green+Blue) = 232+81+116=429 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.08% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 232 - color contains mainly: red. Hex color #E85174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85174 is #17AE8B. Grayscale: #828282. Windows color (decimal): -1552012 or 7623144. OLE color: 7623144.

HSL color Cylindrical-coordinate representation of color #E85174: hue angle of 346.09º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E85174 is Cyan = 0, Magento = 0.65, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 81 116 -
CMYK 0 0.65 0.50 0.09
HSL 346.09º 0.77% 0.61% -
HSV(B) 346.09º 0.65% 0.91% -
XYZ 39.37 24.3 19.14 -
YUV 130.14 120.03 200.65 -
System Red Green Blue C M Y K H S L
Decimal 232 81 116 0 0.65 0.50 0.09 346.09 0.77 0.61
Hex E8 51 74 0 41 32 9 15A 4D 3D
Octal 350 121 164 0 101 62 11 532 115 75
Binary 11101000 1010001 1110100 0 1000001 110010 1001 101011010 1001101 111101

Color Harmonies of #E85174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85174

Black with #E85174

Text Example


Text Example

White with #E85174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85174; }

 p { color: rgb(232,81,116); }

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

background-color css

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

 a { background-color: rgb(232,81,116); }

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

border-color css

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

 span { border-color: rgb(232,81,116); }

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