#E1968E

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

Shades of Petite Orchid #E1968E

Tints of Petite Orchid #E1968E

Color information

#E1968E (or 0xE1968E) is unknown color: approx Petite Orchid. HEX triplet: E1, 96 and 8E. RGB value is (225,150,142). Sum of RGB (Red+Green+Blue) = 225+150+142=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 150 (58.98% from 255 or 29.01% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968E is #1E6971. Grayscale: #ABABAB. Windows color (decimal): -1993074 or 9344737. OLE color: 9344737.

HSL color Cylindrical-coordinate representation of color #E1968E: hue angle of 5.78º 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 #E1968E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB225150142-
CMYK00.330.370.12
HSL5.78º58.04%71.96%-
HSV(B)5.78º36.89%88.24%-
XYZ46.8439.7730.8-
YUV171.51111.35166.15-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.52%
GREEN value IS 150 (58.98% from 255) = 29.01%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=43.52%
G=29.01%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515014200.330.370.125.7858.0471.96
HexE1968E02125C63a48
Octal3412262160414514672110
Binary111000011001011010001110010000110010111001101110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1968E; }

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

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

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

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

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

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

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

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