Html Css Color HEX #E75F80 Dark Pink

📋 copy color: '#E75F80'

red 231 ◦ green 95 ◦ blue 128

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

Shades of Dark Pink #E75F80

Tints of Dark Pink #E75F80

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.93%

 BLUE value IS 128 (50.39% from 255) = 28.19%

R = 50.88%
G = 20.93%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E75F80 (or 0xE75F80) is known color: Dark Pink. HEX triplet: E7, 5F and 80. RGB value is (231,95,128). Sum of RGB (Red+Green+Blue) = 231+95+128=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 95 (37.5% from 255 or 20.93% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E75F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75F80 is #18A07F. Grayscale: #8B8B8B. Windows color (decimal): -1613952 or 8413159. OLE color: 8413159.

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

Color convert

RGB 231 95 128 -
CMYK 0 0.59 0.45 0.09
HSL 345.44º 0.74% 0.64% -
HSV(B) 345.44º 0.59% 0.91% -
XYZ 40.94 26.73 23.42 -
YUV 139.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 231 95 128 0 0.59 0.45 0.09 345.44 0.74 0.64
Hex E7 5F 80 0 3B 2D 9 159 4A 40
Octal 347 137 200 0 73 55 11 531 112 100
Binary 11100111 1011111 10000000 0 111011 101101 1001 101011001 1001010 1000000

Color Harmonies of #E75F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75F80

Black with #E75F80

Text Example


Text Example

White with #E75F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75F80; }

 p { color: rgb(231,95,128); }

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

background-color css

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

 a { background-color: rgb(231,95,128); }

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

border-color css

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

 span { border-color: rgb(231,95,128); }

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