#E2928C

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

Shades of Petite Orchid #E2928C

Tints of Petite Orchid #E2928C

Color information

#E2928C (or 0xE2928C) is unknown color: approx Petite Orchid. HEX triplet: E2, 92 and 8C. RGB value is (226,146,140). Sum of RGB (Red+Green+Blue) = 226+146+140=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 140 (55.08% from 255 or 27.34% from 512); Max value from RGB is 226 - color contains mainly: red. Hex color #E2928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2928C is #1D6D73. Grayscale: #A9A9A9. Windows color (decimal): -1928564 or 9212642. OLE color: 9212642.

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

Color convert

RGB226146140-
CMYK00.350.380.11
HSL4.19º59.72%71.76%-
HSV(B)4.19º38.05%88.63%-
XYZ46.3838.6229.82-
YUV169.24111.5168.49-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.14%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 140 (55.08% from 255) = 27.34%
R=44.14%
G=28.52%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614614000.350.380.114.1959.7271.76
HexE2928C02326B43c48
Octal3422222140434613474110
Binary111000101001001010001100010001110011010111001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2928C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2928C; }

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

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

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

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

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

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

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

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