#e8968f

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

Shades of Sweet Pink #E8968F

Tints of Sweet Pink #E8968F

Color information

#E8968F (or 0xE8968F) is unknown color: approx Sweet Pink. HEX triplet: E8, 96 and 8F. RGB value is (232,150,143). Sum of RGB (Red+Green+Blue) = 232+150+143=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E8968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8968F is #176970. Grayscale: #ADADAD. Windows color (decimal): -1534321 or 9410280. OLE color: 9410280.

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

Color convert

RGB232150143-
CMYK00.350.380.09
HSL4.72º65.93%73.53%-
HSV(B)4.72º38.36%90.98%-
XYZ49.1440.9531.3-
YUV173.72110.67169.57-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 44.19%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=44.19%
G=28.57%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23215014300.350.380.094.7265.9373.53
HexE8968F0232695424a
Octal35022621704346115102112
Binary1110100010010110100011110100011100110100110110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8968f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8968f; }

 p { color: rgb(232,150,143); }

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

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

 a { background-color: rgb(232,150,143); }

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

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

 span { border-color: rgb(232,150,143); }

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