#e2908c

Color #E2908C Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #E2908C

Tints of Petite Orchid #E2908C

Color information

#E2908C (or 0xE2908C) is unknown color: approx Petite Orchid. HEX triplet: E2, 90 and 8C. RGB value is (226,144,140). Sum of RGB (Red+Green+Blue) = 226+144+140=510 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.31% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 226 - color contains mainly: red. Hex color #E2908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2908C is #1D6F73. Grayscale: #A8A8A8. Windows color (decimal): -1929076 or 9212130. OLE color: 9212130.

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

Color convert

RGB226144140-
CMYK00.360.380.11
HSL2.79º59.72%71.76%-
HSV(B)2.79º38.05%88.63%-
XYZ46.0738.0129.72-
YUV168.06112.17169.33-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.31%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=44.31%
G=28.24%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614414000.360.380.112.7959.7271.76
HexE2908C02426B33c48
Octal3422202140444613374110
Binary11100010100100001000110001001001001101011111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e2908c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e2908c; }

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

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

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

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

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

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

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

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