#E3998E

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

Shades of Petite Orchid #E3998E

Tints of Petite Orchid #E3998E

Color information

#E3998E (or 0xE3998E) is unknown color: approx Petite Orchid. HEX triplet: E3, 99 and 8E. RGB value is (227,153,142). Sum of RGB (Red+Green+Blue) = 227+153+142=522 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.49% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 227 - color contains mainly: red. Hex color #E3998E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3998E is #1C6671. Grayscale: #ADADAD. Windows color (decimal): -1861234 or 9345507. OLE color: 9345507.

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

Color convert

RGB227153142-
CMYK00.330.370.11
HSL7.76º60.28%72.35%-
HSV(B)7.76º37.44%89.02%-
XYZ47.9541.0730.99-
YUV173.87110.02165.89-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.49%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=43.49%
G=29.31%
B=27.20%

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
Decimal22715314200.330.370.117.7660.2872.35
HexE3998E02125B83c48
Octal34323121604145131074110
Binary1110001110011001100011100100001100101101110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3998E; }

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

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

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

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

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

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

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

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