#E69B9A

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

Shades of Petite Orchid #E69B9A

Tints of Petite Orchid #E69B9A

Color information

#E69B9A (or 0xE69B9A) is unknown color: approx Petite Orchid. HEX triplet: E6, 9B and 9A. RGB value is (230,155,154). Sum of RGB (Red+Green+Blue) = 230+155+154=539 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.67% from 539); Green value is 155 (60.94% from 255 or 28.76% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 230 - color contains mainly: red. Hex color #E69B9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69B9A is #196465. Grayscale: #B1B1B1. Windows color (decimal): -1664102 or 10132454. OLE color: 10132454.

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

Color convert

RGB230155154-
CMYK00.330.330.10
HSL0.79º60.32%75.29%-
HSV(B)0.79º33.04%90.2%-
XYZ50.1942.636.15-
YUV177.31114.85165.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.67%
GREEN value IS 155 (60.94% from 255) = 28.76%
BLUE value IS 154 (60.55% from 255) = 28.57%
R=42.67%
G=28.76%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015515400.330.330.100.7960.3275.29
HexE69B9A02121A13c4b
Octal3462332320414112174113
Binary1110011010011011100110100100001100001101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69B9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69B9A; }

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

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

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

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

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

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

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

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