#E68E8B

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

Shades of Sweet Pink #E68E8B

Tints of Sweet Pink #E68E8B

Color information

#E68E8B (or 0xE68E8B) is unknown color: approx Sweet Pink. HEX triplet: E6, 8E and 8B. RGB value is (230,142,139). Sum of RGB (Red+Green+Blue) = 230+142+139=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 139 (54.69% from 255 or 27.20% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68E8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68E8B is #197174. Grayscale: #A8A8A8. Windows color (decimal): -1667445 or 9146086. OLE color: 9146086.

HSL color Cylindrical-coordinate representation of color #E68E8B: hue angle of 1.98º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68E8B is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB230142139-
CMYK00.380.400.10
HSL1.98º64.54%72.35%-
HSV(B)1.98º39.57%90.2%-
XYZ46.9738.0329.29-
YUV167.97111.65172.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.01%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 139 (54.69% from 255) = 27.20%
R=45.01%
G=27.79%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014213900.380.400.101.9864.5472.35
HexE68E8B02628A24148
Octal34621621304650122101110
Binary111001101000111010001011010011010100010101010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68E8B; }

 p { color: rgb(230,142,139); }

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

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

 a { background-color: rgb(230,142,139); }

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

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

 span { border-color: rgb(230,142,139); }

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