Html Css Color HEX #E85F82 Dark Pink

📋 copy color: '#E85F82'

red 232 ◦ green 95 ◦ blue 130

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

Shades of Dark Pink #E85F82

Tints of Dark Pink #E85F82

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.79%

 BLUE value IS 130 (51.17% from 255) = 28.45%

R = 50.77%
G = 20.79%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E85F82 (or 0xE85F82) is known color: Dark Pink. HEX triplet: E8, 5F and 82. RGB value is (232,95,130). Sum of RGB (Red+Green+Blue) = 232+95+130=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 130 (51.17% from 255 or 28.45% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85F82 is #17A07D. Grayscale: #8B8B8B. Windows color (decimal): -1548414 or 8544232. OLE color: 8544232.

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

Color convert

RGB 232 95 130 -
CMYK 0 0.59 0.44 0.09
HSL 344.67º 0.75% 0.64% -
HSV(B) 344.67º 0.59% 0.91% -
XYZ 41.4 26.95 24.14 -
YUV 139.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 232 95 130 0 0.59 0.44 0.09 344.67 0.75 0.64
Hex E8 5F 82 0 3B 2C 9 159 4B 40
Octal 350 137 202 0 73 54 11 531 113 100
Binary 11101000 1011111 10000010 0 111011 101100 1001 101011001 1001011 1000000

Color Harmonies of #E85F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F82

Black with #E85F82

Text Example


Text Example

White with #E85F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F82; }

 p { color: rgb(232,95,130); }

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

background-color css

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

 a { background-color: rgb(232,95,130); }

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

border-color css

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

 span { border-color: rgb(232,95,130); }

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