#E6928F

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

Shades of Sweet Pink #E6928F

Tints of Sweet Pink #E6928F

Color information

#E6928F (or 0xE6928F) is unknown color: approx Sweet Pink. HEX triplet: E6, 92 and 8F. RGB value is (230,146,143). Sum of RGB (Red+Green+Blue) = 230+146+143=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6928F is #196D70. Grayscale: #AAAAAA. Windows color (decimal): -1666417 or 9409254. OLE color: 9409254.

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

Color convert

RGB230146143-
CMYK00.370.380.10
HSL2.07º63.5%73.14%-
HSV(B)2.07º37.83%90.2%-
XYZ47.8739.3631.06-
YUV170.77112.33170.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.32%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 143 (56.25% from 255) = 27.55%
R=44.32%
G=28.13%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014614300.370.380.102.0763.573.14
HexE6928F02526A24049
Octal34622221704546122100111
Binary111001101001001010001111010010110011010101010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6928F; }

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

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

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

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

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

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

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

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