#E2938A

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

Shades of Petite Orchid #E2938A

Tints of Petite Orchid #E2938A

Color information

#E2938A (or 0xE2938A) is unknown color: approx Petite Orchid. HEX triplet: E2, 93 and 8A. RGB value is (226,147,138). Sum of RGB (Red+Green+Blue) = 226+147+138=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E2938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2938A is #1D6C75. Grayscale: #A9A9A9. Windows color (decimal): -1928310 or 9081826. OLE color: 9081826.

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

Color convert

RGB226147138-
CMYK00.350.390.11
HSL6.14º60.27%71.37%-
HSV(B)6.14º38.94%88.63%-
XYZ46.3938.8729.1-
YUV169.6110.17168.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 44.23%
GREEN value IS 147 (57.81% from 255) = 28.77%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=44.23%
G=28.77%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22614713800.350.390.116.1460.2771.37
HexE2938A02327B63c47
Octal3422232120434713674107
Binary111000101001001110001010010001110011110111101111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2938A; }

 p { color: rgb(226,147,138); }

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

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

 a { background-color: rgb(226,147,138); }

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

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

 span { border-color: rgb(226,147,138); }

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