Html Css Color HEX #E85184 Dark Pink

📋 copy color: '#E85184'

red 232 ◦ green 81 ◦ blue 132

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

Shades of Dark Pink #E85184

Tints of Dark Pink #E85184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 29.66%

R = 52.13%
G = 18.2%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E85184 (or 0xE85184) is known color: Dark Pink. HEX triplet: E8, 51 and 84. RGB value is (232,81,132). Sum of RGB (Red+Green+Blue) = 232+81+132=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 132 (51.95% from 255 or 29.66% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E85184 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85184 is #17AE7B. Grayscale: #838383. Windows color (decimal): -1551996 or 8671720. OLE color: 8671720.

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

Color convert

RGB 232 81 132 -
CMYK 0 0.65 0.43 0.09
HSL 339.74º 0.77% 0.61% -
HSV(B) 339.74º 0.65% 0.91% -
XYZ 40.39 24.71 24.47 -
YUV 131.96 128.03 199.35 -
System Red Green Blue C M Y K H S L
Decimal 232 81 132 0 0.65 0.43 0.09 339.74 0.77 0.61
Hex E8 51 84 0 41 2B 9 154 4D 3D
Octal 350 121 204 0 101 53 11 524 115 75
Binary 11101000 1010001 10000100 0 1000001 101011 1001 101010100 1001101 111101

Color Harmonies of #E85184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85184

Black with #E85184

Text Example


Text Example

White with #E85184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85184; }

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

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

background-color css

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

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

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

border-color css

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

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

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