#E2978F

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

Shades of Petite Orchid #E2978F

Tints of Petite Orchid #E2978F

Color information

#E2978F (or 0xE2978F) is unknown color: approx Petite Orchid. HEX triplet: E2, 97 and 8F. RGB value is (226,151,143). Sum of RGB (Red+Green+Blue) = 226+151+143=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 143 (56.25% from 255 or 27.5% from 520); Max value from RGB is 226 - color contains mainly: red. Hex color #E2978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2978F is #1D6870. Grayscale: #ACACAC. Windows color (decimal): -1927281 or 9410530. OLE color: 9410530.

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

Color convert

RGB226151143-
CMYK00.330.370.11
HSL5.78º58.87%72.35%-
HSV(B)5.78º36.73%88.63%-
XYZ47.3940.2931.26-
YUV172.51111.35166.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 43.46%
GREEN value IS 151 (59.38% from 255) = 29.04%
BLUE value IS 143 (56.25% from 255) = 27.5%
R=43.46%
G=29.04%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22615114300.330.370.115.7858.8772.35
HexE2978F02125B63b48
Octal3422272170414513673110
Binary111000101001011110001111010000110010110111101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2978F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2978F; }

 p { color: rgb(226,151,143); }

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

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

 a { background-color: rgb(226,151,143); }

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

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

 span { border-color: rgb(226,151,143); }

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