#E1948C

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

Shades of Petite Orchid #E1948C

Tints of Petite Orchid #E1948C

Color information

#E1948C (or 0xE1948C) is unknown color: approx Petite Orchid. HEX triplet: E1, 94 and 8C. RGB value is (225,148,140). Sum of RGB (Red+Green+Blue) = 225+148+140=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 148 (58.20% from 255 or 28.85% from 513); Blue value is 140 (55.08% from 255 or 27.29% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1948C is #1E6B73. Grayscale: #AAAAAA. Windows color (decimal): -1993588 or 9213153. OLE color: 9213153.

HSL color Cylindrical-coordinate representation of color #E1948C: hue angle of 5.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E1948C is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB225148140-
CMYK00.340.380.12
HSL5.65º58.62%71.57%-
HSV(B)5.65º37.78%88.24%-
XYZ46.3739.0829.91-
YUV170.11111.01167.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 148 (58.20% from 255) = 28.85%
BLUE value IS 140 (55.08% from 255) = 27.29%
R=43.86%
G=28.85%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514814000.340.380.125.6558.6271.57
HexE1948C02226C63b48
Octal3412242140424614673110
Binary111000011001010010001100010001010011011001101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1948C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1948C; }

 p { color: rgb(225,148,140); }

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

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

 a { background-color: rgb(225,148,140); }

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

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

 span { border-color: rgb(225,148,140); }

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