#e3948e

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

Shades of Petite Orchid #E3948E

Tints of Petite Orchid #E3948E

Color information

#E3948E (or 0xE3948E) is unknown color: approx Petite Orchid. HEX triplet: E3, 94 and 8E. RGB value is (227,148,142). Sum of RGB (Red+Green+Blue) = 227+148+142=517 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.91% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 227 - color contains mainly: red. Hex color #E3948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3948E is #1C6B71. Grayscale: #ABABAB. Windows color (decimal): -1862514 or 9344227. OLE color: 9344227.

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

Color convert

RGB227148142-
CMYK00.350.370.11
HSL4.24º60.28%72.35%-
HSV(B)4.24º37.44%89.02%-
XYZ47.1539.4630.72-
YUV170.94111.67167.99-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.91%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=43.91%
G=28.63%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714814200.350.370.114.2460.2872.35
HexE3948E02325B43c48
Octal3432242160434513474110
Binary111000111001010010001110010001110010110111001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3948e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3948e; }

 p { color: rgb(227,148,142); }

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

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

 a { background-color: rgb(227,148,142); }

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

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

 span { border-color: rgb(227,148,142); }

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