#E69F9C

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

Shades of Petite Orchid #E69F9C

Tints of Petite Orchid #E69F9C

Color information

#E69F9C (or 0xE69F9C) is unknown color: approx Petite Orchid. HEX triplet: E6, 9F and 9C. RGB value is (230,159,156). Sum of RGB (Red+Green+Blue) = 230+159+156=545 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.20% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F9C is #196063. Grayscale: #B3B3B3. Windows color (decimal): -1663076 or 10264550. OLE color: 10264550.

HSL color Cylindrical-coordinate representation of color #E69F9C: hue angle of 2.43º degrees, saturation: 0.6, 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 #E69F9C is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB230159156-
CMYK00.310.320.10
HSL2.43º59.68%75.69%-
HSV(B)2.43º32.17%90.2%-
XYZ51.0344.0237.26-
YUV179.89114.52163.74-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 42.20%
GREEN value IS 159 (62.5% from 255) = 29.17%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=42.20%
G=29.17%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015915600.310.320.102.4359.6875.69
HexE69F9C01F20A23c4c
Octal3462372340374012274114
Binary1110011010011111100111000111111000001010101111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69F9C; }

 p { color: rgb(230,159,156); }

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

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

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

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

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

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

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