#EA968C

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

Shades of Sweet Pink #EA968C

Tints of Sweet Pink #EA968C

Color information

#EA968C (or 0xEA968C) is unknown color: approx Sweet Pink. HEX triplet: EA, 96 and 8C. RGB value is (234,150,140). Sum of RGB (Red+Green+Blue) = 234+150+140=524 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.66% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 234 - color contains mainly: red. Hex color #EA968C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA968C is #156973. Grayscale: #AEAEAE. Windows color (decimal): -1403252 or 9213674. OLE color: 9213674.

HSL color Cylindrical-coordinate representation of color #EA968C: hue angle of 6.38º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EA968C is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB234150140-
CMYK00.360.400.08
HSL6.38º69.12%73.33%-
HSV(B)6.38º40.17%91.76%-
XYZ49.5741.230.15-
YUV173.98108.83170.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.66%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=44.66%
G=28.63%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415014000.360.400.086.3869.1273.33
HexEA968C02428864549
Octal35222621404450106105111
Binary1110101010010110100011000100100101000100011010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA968C; }

 p { color: rgb(234,150,140); }

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

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

 a { background-color: rgb(234,150,140); }

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

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

 span { border-color: rgb(234,150,140); }

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