#E2968B

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

Shades of Petite Orchid #E2968B

Tints of Petite Orchid #E2968B

Color information

#E2968B (or 0xE2968B) is unknown color: approx Petite Orchid. HEX triplet: E2, 96 and 8B. RGB value is (226,150,139). Sum of RGB (Red+Green+Blue) = 226+150+139=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2968B is #1D6974. Grayscale: #ABABAB. Windows color (decimal): -1927541 or 9148130. OLE color: 9148130.

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

Color convert

RGB226150139-
CMYK00.340.380.11
HSL7.59º60%71.57%-
HSV(B)7.59º38.5%88.63%-
XYZ46.9339.8529.64-
YUV171.47109.68166.89-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.88%
GREEN value IS 150 (58.98% from 255) = 29.13%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=43.88%
G=29.13%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615013900.340.380.117.596071.57
HexE2968B02226B83c48
Octal34222621304246131074110
Binary1110001010010110100010110100010100110101110001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2968B; }

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

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

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

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

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

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

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

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