#E78D8A

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

Shades of Sweet Pink #E78D8A

Tints of Sweet Pink #E78D8A

Color information

#E78D8A (or 0xE78D8A) is unknown color: approx Sweet Pink. HEX triplet: E7, 8D and 8A. RGB value is (231,141,138). Sum of RGB (Red+Green+Blue) = 231+141+138=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E78D8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E78D8A is #187275. Grayscale: #A7A7A7. Windows color (decimal): -1602166 or 9080295. OLE color: 9080295.

HSL color Cylindrical-coordinate representation of color #E78D8A: hue angle of 1.94º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E78D8A is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB231141138-
CMYK00.390.400.09
HSL1.94º65.96%72.35%-
HSV(B)1.94º40.26%90.59%-
XYZ47.0737.8728.87-
YUV167.57111.32173.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 141 (55.47% from 255) = 27.65%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=45.29%
G=27.65%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114113800.390.400.091.9465.9672.35
HexE78D8A02728924248
Octal34721521204750112102110
Binary111001111000110110001010010011110100010011010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78D8A; }

 p { color: rgb(231,141,138); }

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

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

 a { background-color: rgb(231,141,138); }

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

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

 span { border-color: rgb(231,141,138); }

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