#E6948A

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

Shades of Sweet Pink #E6948A

Tints of Sweet Pink #E6948A

Color information

#E6948A (or 0xE6948A) is unknown color: approx Sweet Pink. HEX triplet: E6, 94 and 8A. RGB value is (230,148,138). Sum of RGB (Red+Green+Blue) = 230+148+138=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E6948A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6948A is #196B75. Grayscale: #ABABAB. Windows color (decimal): -1665910 or 9082086. OLE color: 9082086.

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

Color convert

RGB230148138-
CMYK00.360.40.10
HSL6.52º64.79%72.16%-
HSV(B)6.52º40%90.2%-
XYZ47.8139.8429.21-
YUV171.38109.17169.81-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.57%
GREEN value IS 148 (58.20% from 255) = 28.68%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=44.57%
G=28.68%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014813800.360.40.106.5264.7972.16
HexE6948A02428A74148
Octal34622421204450127101110
Binary1110011010010100100010100100100101000101011110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6948A; }

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

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

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

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

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

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

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

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