#EA928F

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

Shades of Sweet Pink #EA928F

Tints of Sweet Pink #EA928F

Color information

#EA928F (or 0xEA928F) is unknown color: approx Sweet Pink. HEX triplet: EA, 92 and 8F. RGB value is (234,146,143). Sum of RGB (Red+Green+Blue) = 234+146+143=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA928F is #156D70. Grayscale: #ACACAC. Windows color (decimal): -1404273 or 9409258. OLE color: 9409258.

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

Color convert

RGB234146143-
CMYK00.380.390.08
HSL1.98º68.42%73.92%-
HSV(B)1.98º38.89%91.76%-
XYZ49.1740.0331.12-
YUV171.97111.65172.24-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=44.74%
G=27.92%
B=27.34%

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
Decimal23414614300.380.390.081.9868.4273.92
HexEA928F0262782444a
Octal35222221704647102104112
Binary111010101001001010001111010011010011110001010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA928F; }

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

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

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

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

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

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

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

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