#EA918A

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

Shades of Sweet Pink #EA918A

Tints of Sweet Pink #EA918A

Color information

#EA918A (or 0xEA918A) is unknown color: approx Sweet Pink. HEX triplet: EA, 91 and 8A. RGB value is (234,145,138). Sum of RGB (Red+Green+Blue) = 234+145+138=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 145 (57.03% from 255 or 28.05% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA918A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA918A is #156E75. Grayscale: #AAAAAA. Windows color (decimal): -1404534 or 9081322. OLE color: 9081322.

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

Color convert

RGB234145138-
CMYK00.380.410.08
HSL4.38º69.57%72.94%-
HSV(B)4.38º41.03%91.76%-
XYZ48.6439.5829.12-
YUV170.81109.49173.07-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.26%
GREEN value IS 145 (57.03% from 255) = 28.05%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=45.26%
G=28.05%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414513800.380.410.084.3869.5772.94
HexEA918A02629844649
Octal35222121204651104106111
Binary1110101010010001100010100100110101001100010010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA918A; }

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

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

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

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

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

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

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

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