#E0968E

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

Shades of Petite Orchid #E0968E

Tints of Petite Orchid #E0968E

Color information

#E0968E (or 0xE0968E) is unknown color: approx Petite Orchid. HEX triplet: E0, 96 and 8E. RGB value is (224,150,142). Sum of RGB (Red+Green+Blue) = 224+150+142=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E0968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0968E is #1F6971. Grayscale: #ABABAB. Windows color (decimal): -2058610 or 9344736. OLE color: 9344736.

HSL color Cylindrical-coordinate representation of color #E0968E: hue angle of 5.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0968E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224150142-
CMYK00.330.370.12
HSL5.85º56.94%71.76%-
HSV(B)5.85º36.61%87.84%-
XYZ46.5339.6130.78-
YUV171.21111.52165.65-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.41%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 142 (55.86% from 255) = 27.52%
R=43.41%
G=29.07%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415014200.330.370.125.8556.9471.76
HexE0968E02125C63948
Octal3402262160414514671110
Binary111000001001011010001110010000110010111001101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0968E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0968E; }

 p { color: rgb(224,150,142); }

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

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

 a { background-color: rgb(224,150,142); }

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

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

 span { border-color: rgb(224,150,142); }

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