Html Css Color HEX #E75875 Dark Pink

📋 copy color: '#E75875'

red 231 ◦ green 88 ◦ blue 117

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

Shades of Dark Pink #E75875

Tints of Dark Pink #E75875

RGB

 RED value IS 231 (90.63% from 255) = 52.98%

 GREEN value IS 88 (34.77% from 255) = 20.18%

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

R = 52.98%
G = 20.18%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E75875 (or 0xE75875) is known color: Dark Pink. HEX triplet: E7, 58 and 75. RGB value is (231,88,117). Sum of RGB (Red+Green+Blue) = 231+88+117=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 117 (46.09% from 255 or 26.83% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E75875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75875 is #18A78A. Grayscale: #868686. Windows color (decimal): -1615755 or 7690471. OLE color: 7690471.

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

Color convert

RGB 231 88 117 -
CMYK 0 0.62 0.49 0.09
HSL 347.83º 0.75% 0.63% -
HSV(B) 347.83º 0.62% 0.91% -
XYZ 39.66 25.25 19.61 -
YUV 134.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 231 88 117 0 0.62 0.49 0.09 347.83 0.75 0.63
Hex E7 58 75 0 3E 31 9 15C 4B 3F
Octal 347 130 165 0 76 61 11 534 113 77
Binary 11100111 1011000 1110101 0 111110 110001 1001 101011100 1001011 111111

Color Harmonies of #E75875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75875

Black with #E75875

Text Example


Text Example

White with #E75875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75875; }

 p { color: rgb(231,88,117); }

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

background-color css

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

 a { background-color: rgb(231,88,117); }

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

border-color css

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

 span { border-color: rgb(231,88,117); }

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