Html Css Color HEX #E75480 Dark Pink

📋 copy color: '#E75480'

red 231 ◦ green 84 ◦ blue 128

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

Shades of Dark Pink #E75480

Tints of Dark Pink #E75480

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.96%

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

R = 52.14%
G = 18.96%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E75480 (or 0xE75480) is known color: Dark Pink. HEX triplet: E7, 54 and 80. RGB value is (231,84,128). Sum of RGB (Red+Green+Blue) = 231+84+128=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 84 (33.20% from 255 or 18.96% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E75480 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E75480 is #18AB7F. Grayscale: #848484. Windows color (decimal): -1616768 or 8410343. OLE color: 8410343.

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

Color convert

RGB 231 84 128 -
CMYK 0 0.64 0.45 0.09
HSL 342.04º 0.75% 0.62% -
HSV(B) 342.04º 0.64% 0.91% -
XYZ 40.02 24.89 23.12 -
YUV 132.97 125.2 197.92 -
System Red Green Blue C M Y K H S L
Decimal 231 84 128 0 0.64 0.45 0.09 342.04 0.75 0.62
Hex E7 54 80 0 40 2D 9 156 4B 3E
Octal 347 124 200 0 100 55 11 526 113 76
Binary 11100111 1010100 10000000 0 1000000 101101 1001 101010110 1001011 111110

Color Harmonies of #E75480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75480

Black with #E75480

Text Example


Text Example

White with #E75480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75480; }

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

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

background-color css

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

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

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

border-color css

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

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

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