#E2908F

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

Shades of Sweet Pink #E2908F

Tints of Sweet Pink #E2908F

Color information

#E2908F (or 0xE2908F) is unknown color: approx Sweet Pink. HEX triplet: E2, 90 and 8F. RGB value is (226,144,143). Sum of RGB (Red+Green+Blue) = 226+144+143=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 143 (56.25% from 255 or 27.88% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2908F is #1D6F70. Grayscale: #A8A8A8. Windows color (decimal): -1929073 or 9408738. OLE color: 9408738.

HSL color Cylindrical-coordinate representation of color #E2908F: hue angle of 0.72º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2908F is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB226144143-
CMYK00.360.370.11
HSL0.72º58.87%72.35%-
HSV(B)0.72º36.73%88.63%-
XYZ46.338.130.9-
YUV168.4113.67169.08-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 143 (56.25% from 255) = 27.88%
R=44.05%
G=28.07%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614414300.360.370.110.7258.8772.35
HexE2908F02425B13b48
Octal3422202170444513173110
Binary1110001010010000100011110100100100101101111110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2908F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2908F; }

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

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

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

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

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

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

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

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