#E69B91

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

Shades of Petite Orchid #E69B91

Tints of Petite Orchid #E69B91

Color information

#E69B91 (or 0xE69B91) is unknown color: approx Petite Orchid. HEX triplet: E6, 9B and 91. RGB value is (230,155,145). Sum of RGB (Red+Green+Blue) = 230+155+145=530 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.40% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 145 (57.03% from 255 or 27.36% from 530); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B91 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B91 is #19646E. Grayscale: #B0B0B0. Windows color (decimal): -1664111 or 9542630. OLE color: 9542630.

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

Color convert

RGB230155145-
CMYK00.330.370.10
HSL7.06º62.96%73.53%-
HSV(B)7.06º36.96%90.2%-
XYZ49.4742.3132.35-
YUV176.28110.35166.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.40%
GREEN value IS 155 (60.94% from 255) = 29.25%
BLUE value IS 145 (57.03% from 255) = 27.36%
R=43.40%
G=29.25%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015514500.330.370.107.0662.9673.53
HexE69B9102125A73f4a
Octal3462332210414512777112
Binary111001101001101110010001010000110010110101111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B91; }

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

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

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

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

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

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

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

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