#E1968A

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

Shades of Petite Orchid #E1968A

Tints of Petite Orchid #E1968A

Color information

#E1968A (or 0xE1968A) is unknown color: approx Petite Orchid. HEX triplet: E1, 96 and 8A. RGB value is (225,150,138). Sum of RGB (Red+Green+Blue) = 225+150+138=513 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.86% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 225 - color contains mainly: red. Hex color #E1968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1968A is #1E6975. Grayscale: #ABABAB. Windows color (decimal): -1993078 or 9082593. OLE color: 9082593.

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

Color convert

RGB225150138-
CMYK00.330.390.12
HSL8.28º59.18%71.18%-
HSV(B)8.28º38.67%88.24%-
XYZ46.5539.6629.25-
YUV171.06109.35166.48-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 43.86%
GREEN value IS 150 (58.98% from 255) = 29.24%
BLUE value IS 138 (54.30% from 255) = 26.90%
R=43.86%
G=29.24%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22515013800.330.390.128.2859.1871.18
HexE1968A02127C83b47
Octal34122621204147141073107
Binary1110000110010110100010100100001100111110010001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1968A; }

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

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

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

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

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

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

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

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