#E6908A

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

Shades of Sweet Pink #E6908A

Tints of Sweet Pink #E6908A

Color information

#E6908A (or 0xE6908A) is unknown color: approx Sweet Pink. HEX triplet: E6, 90 and 8A. RGB value is (230,144,138). Sum of RGB (Red+Green+Blue) = 230+144+138=512 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.92% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 230 - color contains mainly: red. Hex color #E6908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6908A is #196F75. Grayscale: #A9A9A9. Windows color (decimal): -1666934 or 9081062. OLE color: 9081062.

HSL color Cylindrical-coordinate representation of color #E6908A: hue angle of 3.91º 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 #E6908A is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB230144138-
CMYK00.370.40.10
HSL3.91º64.79%72.16%-
HSV(B)3.91º40%90.2%-
XYZ47.1938.629.01-
YUV169.03110.49171.49-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.92%
GREEN value IS 144 (56.64% from 255) = 28.12%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=44.92%
G=28.12%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014413800.370.40.103.9164.7972.16
HexE6908A02528A44148
Octal34622021204550124101110
Binary1110011010010000100010100100101101000101010010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6908A; }

 p { color: rgb(230,144,138); }

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

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

 a { background-color: rgb(230,144,138); }

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

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

 span { border-color: rgb(230,144,138); }

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