#E1968F

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

Shades of Petite Orchid #E1968F

Tints of Petite Orchid #E1968F

Color information

#E1968F (or 0xE1968F) is unknown color: approx Petite Orchid. HEX triplet: E1, 96 and 8F. RGB value is (225,150,143). Sum of RGB (Red+Green+Blue) = 225+150+143=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968F is #1E6970. Grayscale: #ABABAB. Windows color (decimal): -1993073 or 9410273. OLE color: 9410273.

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

Color convert

RGB225150143-
CMYK00.330.360.12
HSL5.12º57.75%72.16%-
HSV(B)5.12º36.44%88.24%-
XYZ46.9239.831.2-
YUV171.63111.85166.07-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.44%
GREEN value IS 150 (58.98% from 255) = 28.96%
BLUE value IS 143 (56.25% from 255) = 27.61%
R=43.44%
G=28.96%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515014300.330.360.125.1257.7572.16
HexE1968F02124C53a48
Octal3412262170414414572110
Binary111000011001011010001111010000110010011001011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1968F; }

 p { color: rgb(225,150,143); }

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

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

 a { background-color: rgb(225,150,143); }

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

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

 span { border-color: rgb(225,150,143); }

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