Html Css Color HEX #E85375 Dark Pink

📋 copy color: '#E85375'

red 232 ◦ green 83 ◦ blue 117

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

Shades of Dark Pink #E85375

Tints of Dark Pink #E85375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 53.7%
G = 19.21%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85375 (or 0xE85375) is known color: Dark Pink. HEX triplet: E8, 53 and 75. RGB value is (232,83,117). Sum of RGB (Red+Green+Blue) = 232+83+117=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 83 (32.81% from 255 or 19.21% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E85375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85375 is #17AC8A. Grayscale: #838383. Windows color (decimal): -1551499 or 7689192. OLE color: 7689192.

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

Color convert

RGB 232 83 117 -
CMYK 0 0.64 0.50 0.09
HSL 346.31º 0.76% 0.62% -
HSV(B) 346.31º 0.64% 0.91% -
XYZ 39.58 24.63 19.5 -
YUV 131.43 119.86 199.74 -
System Red Green Blue C M Y K H S L
Decimal 232 83 117 0 0.64 0.50 0.09 346.31 0.76 0.62
Hex E8 53 75 0 40 32 9 15A 4C 3E
Octal 350 123 165 0 100 62 11 532 114 76
Binary 11101000 1010011 1110101 0 1000000 110010 1001 101011010 1001100 111110

Color Harmonies of #E85375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85375

Black with #E85375

Text Example


Text Example

White with #E85375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85375; }

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

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

background-color css

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

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

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

border-color css

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

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

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