#E3928B

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

Shades of Petite Orchid #E3928B

Tints of Petite Orchid #E3928B

Color information

#E3928B (or 0xE3928B) is unknown color: approx Petite Orchid. HEX triplet: E3, 92 and 8B. RGB value is (227,146,139). Sum of RGB (Red+Green+Blue) = 227+146+139=512 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.34% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 227 - color contains mainly: red. Hex color #E3928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3928B is #1C6D74. Grayscale: #A9A9A9. Windows color (decimal): -1863029 or 9147107. OLE color: 9147107.

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

Color convert

RGB227146139-
CMYK00.360.390.11
HSL4.77º61.11%71.76%-
HSV(B)4.77º38.77%89.02%-
XYZ46.6238.7529.45-
YUV169.42110.84169.07-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.34%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 139 (54.69% from 255) = 27.15%
R=44.34%
G=28.52%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714613900.360.390.114.7761.1171.76
HexE3928B02427B53d48
Octal3432222130444713575110
Binary111000111001001010001011010010010011110111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3928B; }

 p { color: rgb(227,146,139); }

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

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

 a { background-color: rgb(227,146,139); }

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

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

 span { border-color: rgb(227,146,139); }

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