#EA918E

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

Shades of Sweet Pink #EA918E

Tints of Sweet Pink #EA918E

Color information

#EA918E (or 0xEA918E) is unknown color: approx Sweet Pink. HEX triplet: EA, 91 and 8E. RGB value is (234,145,142). Sum of RGB (Red+Green+Blue) = 234+145+142=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA918E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA918E is #156E71. Grayscale: #ABABAB. Windows color (decimal): -1404530 or 9343466. OLE color: 9343466.

HSL color Cylindrical-coordinate representation of color #EA918E: hue angle of 1.96º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA918E is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234145142-
CMYK00.380.390.08
HSL1.96º68.66%73.73%-
HSV(B)1.96º39.32%91.76%-
XYZ48.9439.730.67-
YUV171.27111.49172.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=44.91%
G=27.83%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414514200.380.390.081.9668.6673.73
HexEA918E0262782454a
Octal35222121604647102105112
Binary111010101001000110001110010011010011110001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA918E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA918E; }

 p { color: rgb(234,145,142); }

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

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

 a { background-color: rgb(234,145,142); }

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

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

 span { border-color: rgb(234,145,142); }

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