#E3928A

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

Shades of Petite Orchid #E3928A

Tints of Petite Orchid #E3928A

Color information

#E3928A (or 0xE3928A) is unknown color: approx Petite Orchid. HEX triplet: E3, 92 and 8A. RGB value is (227,146,138). Sum of RGB (Red+Green+Blue) = 227+146+138=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 146 (57.42% from 255 or 28.57% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 227 - color contains mainly: red. Hex color #E3928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3928A is #1C6D75. Grayscale: #A9A9A9. Windows color (decimal): -1863030 or 9081571. OLE color: 9081571.

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

Color convert

RGB227146138-
CMYK00.360.390.11
HSL5.39º61.38%71.57%-
HSV(B)5.39º39.21%89.02%-
XYZ46.5438.7229.07-
YUV169.31110.34169.15-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 44.42%
GREEN value IS 146 (57.42% from 255) = 28.57%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=44.42%
G=28.57%
B=27.01%

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
Decimal22714613800.360.390.115.3961.3871.57
HexE3928A02427B53d48
Octal3432222120444713575110
Binary111000111001001010001010010010010011110111011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3928A; }

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

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

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

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

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

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

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

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