Html Css Color HEX #E85D75 Dark Pink

📋 copy color: '#E85D75'

red 232 ◦ green 93 ◦ blue 117

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

Shades of Dark Pink #E85D75

Tints of Dark Pink #E85D75

RGB

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

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

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

R = 52.49%
G = 21.04%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E85D75 (or 0xE85D75) is known color: Dark Pink. HEX triplet: E8, 5D and 75. RGB value is (232,93,117). Sum of RGB (Red+Green+Blue) = 232+93+117=442 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.49% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E85D75 is #17A28A. Grayscale: #898989. Windows color (decimal): -1548939 or 7691752. OLE color: 7691752.

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

Color convert

RGB 232 93 117 -
CMYK 0 0.60 0.50 0.09
HSL 349.64º 0.75% 0.64% -
HSV(B) 349.64º 0.6% 0.91% -
XYZ 40.4 26.27 19.77 -
YUV 137.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 232 93 117 0 0.60 0.50 0.09 349.64 0.75 0.64
Hex E8 5D 75 0 3C 32 9 15E 4B 40
Octal 350 135 165 0 74 62 11 536 113 100
Binary 11101000 1011101 1110101 0 111100 110010 1001 101011110 1001011 1000000

Color Harmonies of #E85D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85D75

Black with #E85D75

Text Example


Text Example

White with #E85D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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