#E1918A

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

Shades of Petite Orchid #E1918A

Tints of Petite Orchid #E1918A

Color information

#E1918A (or 0xE1918A) is unknown color: approx Petite Orchid. HEX triplet: E1, 91 and 8A. RGB value is (225,145,138). Sum of RGB (Red+Green+Blue) = 225+145+138=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1918A is #1E6E75. Grayscale: #A8A8A8. Windows color (decimal): -1994358 or 9081313. OLE color: 9081313.

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

Color convert

RGB225145138-
CMYK00.360.390.12
HSL4.83º59.18%71.18%-
HSV(B)4.83º38.67%88.24%-
XYZ45.7638.0928.99-
YUV168.12111168.57-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 145 (57.03% from 255) = 28.54%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=44.29%
G=28.54%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22514513800.360.390.124.8359.1871.18
HexE1918A02427C53b47
Octal3412212120444714573107
Binary111000011001000110001010010010010011111001011110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1918A; }

 p { color: rgb(225,145,138); }

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

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

 a { background-color: rgb(225,145,138); }

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

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

 span { border-color: rgb(225,145,138); }

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