#E68F85

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

Shades of Sweet Pink #E68F85

Tints of Sweet Pink #E68F85

Color information

#E68F85 (or 0xE68F85) is unknown color: approx Sweet Pink. HEX triplet: E6, 8F and 85. RGB value is (230,143,133). Sum of RGB (Red+Green+Blue) = 230+143+133=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 143 (56.25% from 255 or 28.26% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68F85 is #19707A. Grayscale: #A8A8A8. Windows color (decimal): -1667195 or 8753126. OLE color: 8753126.

HSL color Cylindrical-coordinate representation of color #E68F85: hue angle of 6.19º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68F85 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB230143133-
CMYK00.380.420.10
HSL6.19º65.99%71.18%-
HSV(B)6.19º42.17%90.2%-
XYZ46.6938.1627.1-
YUV167.87108.32172.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.45%
GREEN value IS 143 (56.25% from 255) = 28.26%
BLUE value IS 133 (52.34% from 255) = 26.28%
R=45.45%
G=28.26%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014313300.380.420.106.1965.9971.18
HexE68F850262AA64247
Octal34621720504652126102107
Binary1110011010001111100001010100110101010101011010000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68F85; }

 p { color: rgb(230,143,133); }

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

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

 a { background-color: rgb(230,143,133); }

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

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

 span { border-color: rgb(230,143,133); }

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