#EA908F

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

Shades of Sweet Pink #EA908F

Tints of Sweet Pink #EA908F

Color information

#EA908F (or 0xEA908F) is unknown color: approx Sweet Pink. HEX triplet: EA, 90 and 8F. RGB value is (234,144,143). Sum of RGB (Red+Green+Blue) = 234+144+143=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA908F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA908F is #156F70. Grayscale: #AAAAAA. Windows color (decimal): -1404785 or 9408746. OLE color: 9408746.

HSL color Cylindrical-coordinate representation of color #EA908F: hue angle of 0.66º degrees, saturation: 0.68, 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 #EA908F is Cyan = 0, Magento = 0.38, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB234144143-
CMYK00.380.390.08
HSL0.66º68.42%73.92%-
HSV(B)0.66º38.89%91.76%-
XYZ48.8639.4231.02-
YUV170.8112.32173.08-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.91%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 143 (56.25% from 255) = 27.45%
R=44.91%
G=27.64%
B=27.45%

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
Decimal23414414300.380.390.080.6668.4273.92
HexEA908F0262781444a
Octal35222021704647101104112
Binary11101010100100001000111101001101001111000110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA908F; }

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

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

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

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

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

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

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

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