Html Css Color HEX #E85C95 Dark Pink

📋 copy color: '#E85C95'

red 232 ◦ green 92 ◦ blue 149

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

Shades of Dark Pink #E85C95

Tints of Dark Pink #E85C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.5%

R = 49.05%
G = 19.45%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#E85C95 (or 0xE85C95) is known color: Dark Pink. HEX triplet: E8, 5C and 95. RGB value is (232,92,149). Sum of RGB (Red+Green+Blue) = 232+92+149=473 (62% of max value = 765). Red value is 232 (91.02% from 255 or 49.05% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85C95 is #17A36A. Grayscale: #8C8C8C. Windows color (decimal): -1549163 or 9788648. OLE color: 9788648.

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

Color convert

RGB 232 92 149 -
CMYK 0 0.60 0.36 0.09
HSL 335.57º 0.75% 0.64% -
HSV(B) 335.57º 0.6% 0.91% -
XYZ 42.53 26.98 31.4 -
YUV 140.36 132.88 193.37 -
System Red Green Blue C M Y K H S L
Decimal 232 92 149 0 0.60 0.36 0.09 335.57 0.75 0.64
Hex E8 5C 95 0 3C 24 9 150 4B 40
Octal 350 134 225 0 74 44 11 520 113 100
Binary 11101000 1011100 10010101 0 111100 100100 1001 101010000 1001011 1000000

Color Harmonies of #E85C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85C95

Black with #E85C95

Text Example


Text Example

White with #E85C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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