Html Css Color HEX #E85385 Dark Pink

📋 copy color: '#E85385'

red 232 ◦ green 83 ◦ blue 133

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

Shades of Dark Pink #E85385

Tints of Dark Pink #E85385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.53%

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

R = 51.79%
G = 18.53%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E85385 (or 0xE85385) is known color: Dark Pink. HEX triplet: E8, 53 and 85. RGB value is (232,83,133). Sum of RGB (Red+Green+Blue) = 232+83+133=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 83 (32.81% from 255 or 18.53% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E85385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E85385 is #17AC7A. Grayscale: #858585. Windows color (decimal): -1551483 or 8737768. OLE color: 8737768.

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

Color convert

RGB 232 83 133 -
CMYK 0 0.64 0.43 0.09
HSL 339.87º 0.76% 0.62% -
HSV(B) 339.87º 0.64% 0.91% -
XYZ 40.61 25.04 24.88 -
YUV 133.25 127.86 198.43 -
System Red Green Blue C M Y K H S L
Decimal 232 83 133 0 0.64 0.43 0.09 339.87 0.76 0.62
Hex E8 53 85 0 40 2B 9 154 4C 3E
Octal 350 123 205 0 100 53 11 524 114 76
Binary 11101000 1010011 10000101 0 1000000 101011 1001 101010100 1001100 111110

Color Harmonies of #E85385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85385

Black with #E85385

Text Example


Text Example

White with #E85385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85385; }

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

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

background-color css

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

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

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

border-color css

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

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

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