Html Css Color HEX #E75980 Dark Pink

📋 copy color: '#E75980'

red 231 ◦ green 89 ◦ blue 128

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

Shades of Dark Pink #E75980

Tints of Dark Pink #E75980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.87%

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

R = 51.56%
G = 19.87%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E75980 (or 0xE75980) is known color: Dark Pink. HEX triplet: E7, 59 and 80. RGB value is (231,89,128). Sum of RGB (Red+Green+Blue) = 231+89+128=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 128 (50.39% from 255 or 28.57% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E75980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75980 is #18A67F. Grayscale: #878787. Windows color (decimal): -1615488 or 8411623. OLE color: 8411623.

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

Color convert

RGB 231 89 128 -
CMYK 0 0.61 0.45 0.09
HSL 343.52º 0.75% 0.63% -
HSV(B) 343.52º 0.61% 0.91% -
XYZ 40.42 25.69 23.25 -
YUV 135.9 123.54 195.83 -
System Red Green Blue C M Y K H S L
Decimal 231 89 128 0 0.61 0.45 0.09 343.52 0.75 0.63
Hex E7 59 80 0 3D 2D 9 158 4B 3F
Octal 347 131 200 0 75 55 11 530 113 77
Binary 11100111 1011001 10000000 0 111101 101101 1001 101011000 1001011 111111

Color Harmonies of #E75980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75980

Black with #E75980

Text Example


Text Example

White with #E75980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75980; }

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

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

background-color css

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

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

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

border-color css

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

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

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