#E69B93

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

Shades of Petite Orchid #E69B93

Tints of Petite Orchid #E69B93

Color information

#E69B93 (or 0xE69B93) is unknown color: approx Petite Orchid. HEX triplet: E6, 9B and 93. RGB value is (230,155,147). Sum of RGB (Red+Green+Blue) = 230+155+147=532 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.23% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 147 (57.81% from 255 or 27.63% from 532); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B93 is #19646C. Grayscale: #B0B0B0. Windows color (decimal): -1664109 or 9673702. OLE color: 9673702.

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

Color convert

RGB230155147-
CMYK00.330.360.10
HSL5.78º62.41%73.92%-
HSV(B)5.78º36.09%90.2%-
XYZ49.6242.3733.17-
YUV176.51111.35166.15-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.23%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 147 (57.81% from 255) = 27.63%
R=43.23%
G=29.14%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015514700.330.360.105.7862.4173.92
HexE69B9302124A63e4a
Octal3462332230414412676112
Binary111001101001101110010011010000110010010101101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B93; }

 p { color: rgb(230,155,147); }

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

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

 a { background-color: rgb(230,155,147); }

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

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

 span { border-color: rgb(230,155,147); }

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