Html Css Color HEX #E09494 Petite Orchid

📋 copy color: '#E09494'

red 224 ◦ green 148 ◦ blue 148

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

Shades of Petite Orchid #E09494

Tints of Petite Orchid #E09494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.46%

R = 43.08%
G = 28.46%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E09494 (or 0xE09494) is known color: Petite Orchid. HEX triplet: E0, 94 and 94. RGB value is (224,148,148). Sum of RGB (Red+Green+Blue) = 224+148+148=520 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.08% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 224 - color contains mainly: red. Hex color #E09494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09494 is #1F6B6B. Grayscale: #AAAAAA. Windows color (decimal): -2059116 or 9737440. OLE color: 9737440.

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

Color convert

RGB 224 148 148 -
CMYK 0 0.34 0.34 0.12
HSL 0.55% 0.73% -
HSV(B) 0.34% 0.88% -
XYZ 46.68 39.17 33.12 -
YUV 170.72 115.18 166 -
System Red Green Blue C M Y K H S L
Decimal 224 148 148 0 0.34 0.34 0.12 0 0.55 0.73
Hex E0 94 94 0 22 22 C 0 37 49
Octal 340 224 224 0 42 42 14 0 67 111
Binary 11100000 10010100 10010100 0 100010 100010 1100 0 110111 1001001

Color Harmonies of #E09494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09494

Black with #E09494

Text Example


Text Example

White with #E09494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09494; }

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

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

background-color css

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

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

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

border-color css

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

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

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