#EA908D

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

Shades of Sweet Pink #EA908D

Tints of Sweet Pink #EA908D

Color information

#EA908D (or 0xEA908D) is unknown color: approx Sweet Pink. HEX triplet: EA, 90 and 8D. RGB value is (234,144,141). Sum of RGB (Red+Green+Blue) = 234+144+141=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EA908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA908D is #156F72. Grayscale: #AAAAAA. Windows color (decimal): -1404787 or 9277674. OLE color: 9277674.

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

Color convert

RGB234144141-
CMYK00.380.400.08
HSL1.94º68.89%73.53%-
HSV(B)1.94º39.74%91.76%-
XYZ48.7139.3630.23-
YUV170.57111.32173.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=45.09%
G=27.75%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414414100.380.400.081.9468.8973.53
HexEA908D0262882454a
Octal35222021504650102105112
Binary111010101001000010001101010011010100010001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA908D; }

 p { color: rgb(234,144,141); }

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

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

 a { background-color: rgb(234,144,141); }

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

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

 span { border-color: rgb(234,144,141); }

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