#E09790

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

Shades of Petite Orchid #E09790

Tints of Petite Orchid #E09790

Color information

#E09790 (or 0xE09790) is unknown color: approx Petite Orchid. HEX triplet: E0, 97 and 90. RGB value is (224,151,144). Sum of RGB (Red+Green+Blue) = 224+151+144=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09790 is #1F686F. Grayscale: #ACACAC. Windows color (decimal): -2058352 or 9476064. OLE color: 9476064.

HSL color Cylindrical-coordinate representation of color #E09790: hue angle of 5.25º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E09790 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB224151144-
CMYK00.330.360.12
HSL5.25º56.34%72.16%-
HSV(B)5.25º35.71%87.84%-
XYZ46.8439.9931.64-
YUV172.03112.18165.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 43.16%
GREEN value IS 151 (59.38% from 255) = 29.09%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=43.16%
G=29.09%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22415114400.330.360.125.2556.3472.16
HexE0979002124C53848
Octal3402272200414414570110
Binary111000001001011110010000010000110010011001011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E09790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E09790; }

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

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

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

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

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

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

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

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