#E69D9D

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

Shades of Petite Orchid #E69D9D

Tints of Petite Orchid #E69D9D

Color information

#E69D9D (or 0xE69D9D) is unknown color: approx Petite Orchid. HEX triplet: E6, 9D and 9D. RGB value is (230,157,157). Sum of RGB (Red+Green+Blue) = 230+157+157=544 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.28% from 544); Green value is 157 (61.72% from 255 or 28.86% from 544); Blue value is 157 (61.72% from 255 or 28.86% from 544); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D9D is #196262. Grayscale: #B2B2B2. Windows color (decimal): -1663587 or 10329574. OLE color: 10329574.

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

Color convert

RGB230157157-
CMYK00.320.320.10
HSL59.35%75.88%-
HSV(B)31.74%90.2%-
XYZ50.7843.3737.59-
YUV178.83115.68164.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.28%
GREEN value IS 157 (61.72% from 255) = 28.86%
BLUE value IS 157 (61.72% from 255) = 28.86%
R=42.28%
G=28.86%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015715700.320.320.10059.3575.88
HexE69D9D02020A03b4c
Octal3462352350404012073114
Binary1110011010011101100111010100000100000101001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69D9D; }

 p { color: rgb(230,157,157); }

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

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

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

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

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

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

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