#E0928E

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

Shades of Petite Orchid #E0928E

Tints of Petite Orchid #E0928E

Color information

#E0928E (or 0xE0928E) is unknown color: approx Petite Orchid. HEX triplet: E0, 92 and 8E. RGB value is (224,146,142). Sum of RGB (Red+Green+Blue) = 224+146+142=512 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.75% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 224 - color contains mainly: red. Hex color #E0928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0928E is #1F6D71. Grayscale: #A8A8A8. Windows color (decimal): -2059634 or 9343712. OLE color: 9343712.

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

Color convert

RGB224146142-
CMYK00.350.370.12
HSL2.93º56.94%71.76%-
HSV(B)2.93º36.61%87.84%-
XYZ45.938.3630.58-
YUV168.87112.84167.33-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.75%
GREEN value IS 146 (57.42% from 255) = 28.52%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=43.75%
G=28.52%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22414614200.350.370.122.9356.9471.76
HexE0928E02325C33948
Octal3402222160434514371110
Binary11100000100100101000111001000111001011100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0928E; }

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

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

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

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

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

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

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

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