#E1958D

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

Shades of Petite Orchid #E1958D

Tints of Petite Orchid #E1958D

Color information

#E1958D (or 0xE1958D) is unknown color: approx Petite Orchid. HEX triplet: E1, 95 and 8D. RGB value is (225,149,141). Sum of RGB (Red+Green+Blue) = 225+149+141=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 149 (58.59% from 255 or 28.93% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1958D is #1E6A72. Grayscale: #AAAAAA. Windows color (decimal): -1993331 or 9278945. OLE color: 9278945.

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

Color convert

RGB225149141-
CMYK00.340.370.12
HSL5.71º58.33%71.76%-
HSV(B)5.71º37.33%88.24%-
XYZ46.6139.4330.35-
YUV170.81111.18166.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.69%
GREEN value IS 149 (58.59% from 255) = 28.93%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=43.69%
G=28.93%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514914100.340.370.125.7158.3371.76
HexE1958D02225C63a48
Octal3412252150424514672110
Binary111000011001010110001101010001010010111001101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1958D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1958D; }

 p { color: rgb(225,149,141); }

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

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

 a { background-color: rgb(225,149,141); }

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

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

 span { border-color: rgb(225,149,141); }

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