Html Css Color HEX #E85081 Dark Pink

📋 copy color: '#E85081'

red 232 ◦ green 80 ◦ blue 129

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

Shades of Dark Pink #E85081

Tints of Dark Pink #E85081

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.14%

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 52.61%
G = 18.14%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85081 (or 0xE85081) is known color: Dark Pink. HEX triplet: E8, 50 and 81. RGB value is (232,80,129). Sum of RGB (Red+Green+Blue) = 232+80+129=441 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.61% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 232 - color contains mainly: red. Hex color #E85081 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85081 is #17AF7E. Grayscale: #828282. Windows color (decimal): -1552255 or 8474856. OLE color: 8474856.

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

Color convert

RGB 232 80 129 -
CMYK 0 0.66 0.44 0.09
HSL 340.66º 0.77% 0.61% -
HSV(B) 340.66º 0.66% 0.91% -
XYZ 40.11 24.48 23.38 -
YUV 131.03 126.86 200.02 -
System Red Green Blue C M Y K H S L
Decimal 232 80 129 0 0.66 0.44 0.09 340.66 0.77 0.61
Hex E8 50 81 0 42 2C 9 155 4D 3D
Octal 350 120 201 0 102 54 11 525 115 75
Binary 11101000 1010000 10000001 0 1000010 101100 1001 101010101 1001101 111101

Color Harmonies of #E85081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85081

Black with #E85081

Text Example


Text Example

White with #E85081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85081; }

 p { color: rgb(232,80,129); }

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

background-color css

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

 a { background-color: rgb(232,80,129); }

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

border-color css

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

 span { border-color: rgb(232,80,129); }

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