#E75378

Color #E75378 Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #E75378

Tints of Dark Pink #E75378

Color information

#E75378 (or 0xE75378) is unknown color: approx Dark Pink. HEX triplet: E7, 53 and 78. RGB value is (231,83,120). Sum of RGB (Red+Green+Blue) = 231+83+120=434 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.23% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 120 (47.27% from 255 or 27.65% from 434); Max value from RGB is 231 - color contains mainly: red. Hex color #E75378 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E75378 is #18AC87. Grayscale: #838383. Windows color (decimal): -1617032 or 7885799. OLE color: 7885799.

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

Color convert

RGB23183120-
CMYK00.640.480.09
HSL345º75.51%61.57%-
HSV(B)345º64.07%90.59%-
XYZ39.4424.5320.43-
YUV131.47121.53198.99-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 53.23%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 120 (47.27% from 255) = 27.65%
R=53.23%
G=19.12%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2318312000.640.480.0934575.5161.57
HexE753780403091594c3e
Octal3471231700100601153111476
Binary11100111101001111110000100000011000010011010110011001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E75378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E75378; }

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

 H1.HeaderClassName
 {
   color: #E75378;
 }
 .AnyTagClassName
 {
   color: #E75378;
 }
</style>
background-color css

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

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

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

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

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

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