#E6998F

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

Shades of Petite Orchid #E6998F

Tints of Petite Orchid #E6998F

Color information

#E6998F (or 0xE6998F) is unknown color: approx Petite Orchid. HEX triplet: E6, 99 and 8F. RGB value is (230,153,143). Sum of RGB (Red+Green+Blue) = 230+153+143=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 143 (56.25% from 255 or 27.19% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E6998F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6998F is #196670. Grayscale: #AEAEAE. Windows color (decimal): -1664625 or 9411046. OLE color: 9411046.

HSL color Cylindrical-coordinate representation of color #E6998F: hue angle of 6.9º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E6998F is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB230153143-
CMYK00.330.380.10
HSL6.9º63.5%73.14%-
HSV(B)6.9º37.83%90.2%-
XYZ48.9841.5931.43-
YUV174.88110.01167.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 153 (60.16% from 255) = 29.09%
BLUE value IS 143 (56.25% from 255) = 27.19%
R=43.73%
G=29.09%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015314300.330.380.106.963.573.14
HexE6998F02126A74049
Octal34623121704146127100111
Binary1110011010011001100011110100001100110101011110000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6998F; }

 p { color: rgb(230,153,143); }

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

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

 a { background-color: rgb(230,153,143); }

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

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

 span { border-color: rgb(230,153,143); }

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