#E3948F

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

Shades of Petite Orchid #E3948F

Tints of Petite Orchid #E3948F

Color information

#E3948F (or 0xE3948F) is unknown color: approx Petite Orchid. HEX triplet: E3, 94 and 8F. RGB value is (227,148,143). Sum of RGB (Red+Green+Blue) = 227+148+143=518 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.82% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 227 - color contains mainly: red. Hex color #E3948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3948F is #1C6B70. Grayscale: #ABABAB. Windows color (decimal): -1862513 or 9409763. OLE color: 9409763.

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

Color convert

RGB227148143-
CMYK00.350.370.11
HSL3.57º60%72.55%-
HSV(B)3.57º37%89.02%-
XYZ47.2339.4931.12-
YUV171.05112.17167.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.82%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=43.82%
G=28.57%
B=27.61%

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
Decimal22714814300.350.370.113.576072.55
HexE3948F02325B43c49
Octal3432242170434513474111
Binary111000111001010010001111010001110010110111001111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3948F; }

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

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

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

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

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

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

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

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