Html Css Color HEX #E09390 Petite Orchid

📋 copy color: '#E09390'

red 224 ◦ green 147 ◦ blue 144

#E09390
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Petite Orchid #E09390

Tints of Petite Orchid #E09390

RGB

 RED value IS 224 (87.89% from 255) = 43.5%

 GREEN value IS 147 (57.81% from 255) = 28.54%

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 43.5%
G = 28.54%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E09390 (or 0xE09390) is known color: Petite Orchid. HEX triplet: E0, 93 and 90. RGB value is (224,147,144). Sum of RGB (Red+Green+Blue) = 224+147+144=515 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.50% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 224 - color contains mainly: red. Hex color #E09390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09390 is #1F6C6F. Grayscale: #A9A9A9. Windows color (decimal): -2059376 or 9475040. OLE color: 9475040.

HSL color Cylindrical-coordinate representation of color #E09390: hue angle of 2.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 #E09390 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 147 144 -
CMYK 0 0.34 0.36 0.12
HSL 2.25º 0.56% 0.72% -
HSV(B) 2.25º 0.36% 0.88% -
XYZ 46.21 38.73 31.43 -
YUV 169.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 224 147 144 0 0.34 0.36 0.12 2.25 0.56 0.72
Hex E0 93 90 0 22 24 C 2 38 48
Octal 340 223 220 0 42 44 14 2 70 110
Binary 11100000 10010011 10010000 0 100010 100100 1100 10 111000 1001000

Color Harmonies of #E09390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09390

Black with #E09390

Text Example


Text Example

White with #E09390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09390; }

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

 H1.HeaderClassName
 {
   color: #E09390;
 }
 .AnyTagClassName
 {
   color: #E09390;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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