#E3968B

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

Shades of Petite Orchid #E3968B

Tints of Petite Orchid #E3968B

Color information

#E3968B (or 0xE3968B) is unknown color: approx Petite Orchid. HEX triplet: E3, 96 and 8B. RGB value is (227,150,139). Sum of RGB (Red+Green+Blue) = 227+150+139=516 (68% of max value = 765). Red value is 227 (89.06% from 255 or 43.99% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 139 (54.69% from 255 or 26.94% from 516); Max value from RGB is 227 - color contains mainly: red. Hex color #E3968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3968B is #1C6974. Grayscale: #ABABAB. Windows color (decimal): -1862005 or 9148131. OLE color: 9148131.

HSL color Cylindrical-coordinate representation of color #E3968B: hue angle of 7.5º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E3968B is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB227150139-
CMYK00.340.390.11
HSL7.5º61.11%71.76%-
HSV(B)7.5º38.77%89.02%-
XYZ47.2540.0129.66-
YUV171.77109.51167.39-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 43.99%
GREEN value IS 150 (58.98% from 255) = 29.07%
BLUE value IS 139 (54.69% from 255) = 26.94%
R=43.99%
G=29.07%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22715013900.340.390.117.561.1171.76
HexE3968B02227B83d48
Octal34322621304247131075110
Binary1110001110010110100010110100010100111101110001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3968B; }

 p { color: rgb(227,150,139); }

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

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

 a { background-color: rgb(227,150,139); }

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

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

 span { border-color: rgb(227,150,139); }

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