Html Css Color HEX #E85185 Dark Pink

📋 copy color: '#E85185'

red 232 ◦ green 81 ◦ blue 133

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

Shades of Dark Pink #E85185

Tints of Dark Pink #E85185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.82%

R = 52.02%
G = 18.16%
B = 29.82%

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

#E85185 (or 0xE85185) is known color: Dark Pink. HEX triplet: E8, 51 and 85. RGB value is (232,81,133). Sum of RGB (Red+Green+Blue) = 232+81+133=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 81 (32.03% from 255 or 18.16% from 446); Blue value is 133 (52.34% from 255 or 29.82% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E85185 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85185 is #17AE7A. Grayscale: #848484. Windows color (decimal): -1551995 or 8737256. OLE color: 8737256.

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

Color convert

RGB 232 81 133 -
CMYK 0 0.65 0.43 0.09
HSL 339.34º 0.77% 0.61% -
HSV(B) 339.34º 0.65% 0.91% -
XYZ 40.45 24.73 24.83 -
YUV 132.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 232 81 133 0 0.65 0.43 0.09 339.34 0.77 0.61
Hex E8 51 85 0 41 2B 9 153 4D 3D
Octal 350 121 205 0 101 53 11 523 115 75
Binary 11101000 1010001 10000101 0 1000001 101011 1001 101010011 1001101 111101

Color Harmonies of #E85185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85185

Black with #E85185

Text Example


Text Example

White with #E85185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85185; }

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

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

background-color css

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

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

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

border-color css

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

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

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