Html Css Color HEX #E09493 Petite Orchid

📋 copy color: '#E09493'

red 224 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #E09493

Tints of Petite Orchid #E09493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 43.16%
G = 28.52%
B = 28.32%

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

#E09493 (or 0xE09493) is known color: Petite Orchid. HEX triplet: E0, 94 and 93. RGB value is (224,148,147). Sum of RGB (Red+Green+Blue) = 224+148+147=519 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.16% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 224 - color contains mainly: red. Hex color #E09493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09493 is #1F6B6C. Grayscale: #AAAAAA. Windows color (decimal): -2059117 or 9671904. OLE color: 9671904.

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

Color convert

RGB 224 148 147 -
CMYK 0 0.34 0.34 0.12
HSL 0.78º 0.55% 0.73% -
HSV(B) 0.78º 0.34% 0.88% -
XYZ 46.6 39.13 32.7 -
YUV 170.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 224 148 147 0 0.34 0.34 0.12 0.78 0.55 0.73
Hex E0 94 93 0 22 22 C 1 37 49
Octal 340 224 223 0 42 42 14 1 67 111
Binary 11100000 10010100 10010011 0 100010 100010 1100 1 110111 1001001

Color Harmonies of #E09493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09493

Black with #E09493

Text Example


Text Example

White with #E09493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09493; }

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

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

background-color css

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

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

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

border-color css

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

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

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