#E69995

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

Shades of Petite Orchid #E69995

Tints of Petite Orchid #E69995

Color information

#E69995 (or 0xE69995) is unknown color: approx Petite Orchid. HEX triplet: E6, 99 and 95. RGB value is (230,153,149). Sum of RGB (Red+Green+Blue) = 230+153+149=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 149 (58.59% from 255 or 28.01% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E69995 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69995 is #19666A. Grayscale: #AFAFAF. Windows color (decimal): -1664619 or 9804262. OLE color: 9804262.

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

Color convert

RGB230153149-
CMYK00.330.350.10
HSL2.96º61.83%74.31%-
HSV(B)2.96º35.22%90.2%-
XYZ49.4541.7833.89-
YUV175.57113.01166.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.23%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 149 (58.59% from 255) = 28.01%
R=43.23%
G=28.76%
B=28.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015314900.330.350.102.9661.8374.31
HexE6999502123A33e4a
Octal3462312250414312376112
Binary11100110100110011001010101000011000111010111111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69995; }

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

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

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

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

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

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

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

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