Html Css Color HEX #E85C92 Dark Pink

📋 copy color: '#E85C92'

red 232 ◦ green 92 ◦ blue 146

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

Shades of Dark Pink #E85C92

Tints of Dark Pink #E85C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.57%

 BLUE value IS 146 (57.42% from 255) = 31.06%

R = 49.36%
G = 19.57%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.09

RGB Variations

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

Color information

#E85C92 (or 0xE85C92) is known color: Dark Pink. HEX triplet: E8, 5C and 92. RGB value is (232,92,146). Sum of RGB (Red+Green+Blue) = 232+92+146=470 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.36% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C92 is #17A36D. Grayscale: #8B8B8B. Windows color (decimal): -1549166 or 9592040. OLE color: 9592040.

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

Color convert

RGB 232 92 146 -
CMYK 0 0.60 0.37 0.09
HSL 336.86º 0.75% 0.64% -
HSV(B) 336.86º 0.6% 0.91% -
XYZ 42.29 26.89 30.15 -
YUV 140.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 232 92 146 0 0.60 0.37 0.09 336.86 0.75 0.64
Hex E8 5C 92 0 3C 25 9 151 4B 40
Octal 350 134 222 0 74 45 11 521 113 100
Binary 11101000 1011100 10010010 0 111100 100101 1001 101010001 1001011 1000000

Color Harmonies of #E85C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C92

Black with #E85C92

Text Example


Text Example

White with #E85C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C92; }

 p { color: rgb(232,92,146); }

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

background-color css

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

 a { background-color: rgb(232,92,146); }

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

border-color css

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

 span { border-color: rgb(232,92,146); }

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