#E3988E

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

Shades of Petite Orchid #E3988E

Tints of Petite Orchid #E3988E

Color information

#E3988E (or 0xE3988E) is unknown color: approx Petite Orchid. HEX triplet: E3, 98 and 8E. RGB value is (227,152,142). Sum of RGB (Red+Green+Blue) = 227+152+142=521 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.57% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 227 - color contains mainly: red. Hex color #E3988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3988E is #1C6771. Grayscale: #ADADAD. Windows color (decimal): -1861490 or 9345251. OLE color: 9345251.

HSL color Cylindrical-coordinate representation of color #E3988E: hue angle of 7.06º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E3988E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB227152142-
CMYK00.330.370.11
HSL7.06º60.28%72.35%-
HSV(B)7.06º37.44%89.02%-
XYZ47.7940.7430.94-
YUV173.28110.35166.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.57%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 142 (55.86% from 255) = 27.26%
R=43.57%
G=29.17%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715214200.330.370.117.0660.2872.35
HexE3988E02125B73c48
Octal3432302160414513774110
Binary111000111001100010001110010000110010110111111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3988E; }

 p { color: rgb(227,152,142); }

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

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

 a { background-color: rgb(227,152,142); }

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

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

 span { border-color: rgb(227,152,142); }

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