#E5968D

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

Shades of Petite Orchid #E5968D

Tints of Petite Orchid #E5968D

Color information

#E5968D (or 0xE5968D) is unknown color: approx Petite Orchid. HEX triplet: E5, 96 and 8D. RGB value is (229,150,141). Sum of RGB (Red+Green+Blue) = 229+150+141=520 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.04% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 229 - color contains mainly: red. Hex color #E5968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5968D is #1A6972. Grayscale: #ACACAC. Windows color (decimal): -1730931 or 9279205. OLE color: 9279205.

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

Color convert

RGB229150141-
CMYK00.340.380.10
HSL6.14º62.86%72.55%-
HSV(B)6.14º38.43%89.8%-
XYZ48.0340.3930.46-
YUV172.6110.17168.23-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.04%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 141 (55.47% from 255) = 27.12%
R=44.04%
G=28.85%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22915014100.340.380.106.1462.8672.55
HexE5968D02226A63f49
Octal3452262150424612677111
Binary111001011001011010001101010001010011010101101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5968D; }

 p { color: rgb(229,150,141); }

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

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

 a { background-color: rgb(229,150,141); }

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

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

 span { border-color: rgb(229,150,141); }

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