Html Css Color HEX #E85D85 Dark Pink

📋 copy color: '#E85D85'

red 232 ◦ green 93 ◦ blue 133

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

Shades of Dark Pink #E85D85

Tints of Dark Pink #E85D85

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 133 (52.34% from 255) = 29.04%

R = 50.66%
G = 20.31%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E85D85 (or 0xE85D85) is known color: Dark Pink. HEX triplet: E8, 5D and 85. RGB value is (232,93,133). Sum of RGB (Red+Green+Blue) = 232+93+133=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85D85 is #17A27A. Grayscale: #8B8B8B. Windows color (decimal): -1548923 or 8740328. OLE color: 8740328.

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

Color convert

RGB 232 93 133 -
CMYK 0 0.60 0.43 0.09
HSL 342.73º 0.75% 0.64% -
HSV(B) 342.73º 0.6% 0.91% -
XYZ 41.43 26.68 25.16 -
YUV 139.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 232 93 133 0 0.60 0.43 0.09 342.73 0.75 0.64
Hex E8 5D 85 0 3C 2B 9 157 4B 40
Octal 350 135 205 0 74 53 11 527 113 100
Binary 11101000 1011101 10000101 0 111100 101011 1001 101010111 1001011 1000000

Color Harmonies of #E85D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D85

Black with #E85D85

Text Example


Text Example

White with #E85D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D85; }

 p { color: rgb(232,93,133); }

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

background-color css

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

 a { background-color: rgb(232,93,133); }

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

border-color css

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

 span { border-color: rgb(232,93,133); }

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