Html Css Color HEX #E75D78 Dark Pink

📋 copy color: '#E75D78'

red 231 ◦ green 93 ◦ blue 120

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

Shades of Dark Pink #E75D78

Tints of Dark Pink #E75D78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.03%

R = 52.03%
G = 20.95%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E75D78 (or 0xE75D78) is known color: Dark Pink. HEX triplet: E7, 5D and 78. RGB value is (231,93,120). Sum of RGB (Red+Green+Blue) = 231+93+120=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E75D78 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75D78 is #18A287. Grayscale: #898989. Windows color (decimal): -1614472 or 7888359. OLE color: 7888359.

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

Color convert

RGB 231 93 120 -
CMYK 0 0.60 0.48 0.09
HSL 348.26º 0.74% 0.64% -
HSV(B) 348.26º 0.6% 0.91% -
XYZ 40.26 26.17 20.7 -
YUV 137.34 118.22 194.8 -
System Red Green Blue C M Y K H S L
Decimal 231 93 120 0 0.60 0.48 0.09 348.26 0.74 0.64
Hex E7 5D 78 0 3C 30 9 15C 4A 40
Octal 347 135 170 0 74 60 11 534 112 100
Binary 11100111 1011101 1111000 0 111100 110000 1001 101011100 1001010 1000000

Color Harmonies of #E75D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75D78

Black with #E75D78

Text Example


Text Example

White with #E75D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75D78; }

 p { color: rgb(231,93,120); }

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

background-color css

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

 a { background-color: rgb(231,93,120); }

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

border-color css

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

 span { border-color: rgb(231,93,120); }

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