#E0978E

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

Shades of Petite Orchid #E0978E

Tints of Petite Orchid #E0978E

Color information

#E0978E (or 0xE0978E) is unknown color: approx Petite Orchid. HEX triplet: E0, 97 and 8E. RGB value is (224,151,142). Sum of RGB (Red+Green+Blue) = 224+151+142=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0978E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0978E is #1F6871. Grayscale: #ABABAB. Windows color (decimal): -2058354 or 9344992. OLE color: 9344992.

HSL color Cylindrical-coordinate representation of color #E0978E: hue angle of 6.59º 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 #E0978E is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB224151142-
CMYK00.330.370.12
HSL6.59º56.94%71.76%-
HSV(B)6.59º36.61%87.84%-
XYZ46.6939.9330.84-
YUV171.8111.18165.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.33%
GREEN value IS 151 (59.38% from 255) = 29.21%
BLUE value IS 142 (55.86% from 255) = 27.47%
R=43.33%
G=29.21%
B=27.47%

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
Decimal22415114200.330.370.126.5956.9471.76
HexE0978E02125C73948
Octal3402272160414514771110
Binary111000001001011110001110010000110010111001111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0978E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0978E; }

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

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

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

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

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

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

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

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