Html Css Color HEX #E09490 Petite Orchid

📋 copy color: '#E09490'

red 224 ◦ green 148 ◦ blue 144

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

Shades of Petite Orchid #E09490

Tints of Petite Orchid #E09490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.68%

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

R = 43.41%
G = 28.68%
B = 27.91%

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

#E09490 (or 0xE09490) is known color: Petite Orchid. HEX triplet: E0, 94 and 90. RGB value is (224,148,144). Sum of RGB (Red+Green+Blue) = 224+148+144=516 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.41% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 224 - color contains mainly: red. Hex color #E09490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09490 is #1F6B6F. Grayscale: #AAAAAA. Windows color (decimal): -2059120 or 9475296. OLE color: 9475296.

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

Color convert

RGB 224 148 144 -
CMYK 0 0.34 0.36 0.12
HSL 0.56% 0.72% -
HSV(B) 0.36% 0.88% -
XYZ 46.36 39.04 31.48 -
YUV 170.27 113.18 166.33 -
System Red Green Blue C M Y K H S L
Decimal 224 148 144 0 0.34 0.36 0.12 3 0.56 0.72
Hex E0 94 90 0 22 24 C 3 38 48
Octal 340 224 220 0 42 44 14 3 70 110
Binary 11100000 10010100 10010000 0 100010 100100 1100 11 111000 1001000

Color Harmonies of #E09490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09490

Black with #E09490

Text Example


Text Example

White with #E09490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09490; }

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

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

background-color css

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

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

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

border-color css

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

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

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