#E2928D

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

Shades of Petite Orchid #E2928D

Tints of Petite Orchid #E2928D

Color information

#E2928D (or 0xE2928D) is unknown color: approx Petite Orchid. HEX triplet: E2, 92 and 8D. RGB value is (226,146,141). Sum of RGB (Red+Green+Blue) = 226+146+141=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E2928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2928D is #1D6D72. Grayscale: #A9A9A9. Windows color (decimal): -1928563 or 9278178. OLE color: 9278178.

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

Color convert

RGB226146141-
CMYK00.350.380.11
HSL3.53º59.44%71.96%-
HSV(B)3.53º37.61%88.63%-
XYZ46.4538.6530.21-
YUV169.35112168.41-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.05%
GREEN value IS 146 (57.42% from 255) = 28.46%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=44.05%
G=28.46%
B=27.49%

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
Decimal22614614100.350.380.113.5359.4471.96
HexE2928D02326B43b48
Octal3422222150434613473110
Binary111000101001001010001101010001110011010111001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2928D; }

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

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

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

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

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

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

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

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