Html Css Color HEX #E85277 Dark Pink

📋 copy color: '#E85277'

red 232 ◦ green 82 ◦ blue 119

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

Shades of Dark Pink #E85277

Tints of Dark Pink #E85277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

 BLUE value IS 119 (46.88% from 255) = 27.48%

R = 53.58%
G = 18.94%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E85277 (or 0xE85277) is known color: Dark Pink. HEX triplet: E8, 52 and 77. RGB value is (232,82,119). Sum of RGB (Red+Green+Blue) = 232+82+119=433 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.58% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 232 - color contains mainly: red. Hex color #E85277 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85277 is #17AD88. Grayscale: #838383. Windows color (decimal): -1551753 or 7820008. OLE color: 7820008.

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

Color convert

RGB 232 82 119 -
CMYK 0 0.65 0.49 0.09
HSL 345.2º 0.77% 0.62% -
HSV(B) 345.2º 0.65% 0.91% -
XYZ 39.63 24.52 20.1 -
YUV 131.07 121.2 199.99 -
System Red Green Blue C M Y K H S L
Decimal 232 82 119 0 0.65 0.49 0.09 345.2 0.77 0.62
Hex E8 52 77 0 41 31 9 159 4D 3E
Octal 350 122 167 0 101 61 11 531 115 76
Binary 11101000 1010010 1110111 0 1000001 110001 1001 101011001 1001101 111110

Color Harmonies of #E85277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85277

Black with #E85277

Text Example


Text Example

White with #E85277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85277; }

 p { color: rgb(232,82,119); }

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

background-color css

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

 a { background-color: rgb(232,82,119); }

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

border-color css

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

 span { border-color: rgb(232,82,119); }

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