Html Css Color HEX #E09793 Petite Orchid

📋 copy color: '#E09793'

red 224 ◦ green 151 ◦ blue 147

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

Shades of Petite Orchid #E09793

Tints of Petite Orchid #E09793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.93%

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

R = 42.91%
G = 28.93%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E09793 (or 0xE09793) is known color: Petite Orchid. HEX triplet: E0, 97 and 93. RGB value is (224,151,147). Sum of RGB (Red+Green+Blue) = 224+151+147=522 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.91% from 522); Green value is 151 (59.38% from 255 or 28.93% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 224 - color contains mainly: red. Hex color #E09793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09793 is #1F686C. Grayscale: #ACACAC. Windows color (decimal): -2058349 or 9672672. OLE color: 9672672.

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

Color convert

RGB 224 151 147 -
CMYK 0 0.33 0.34 0.12
HSL 3.12º 0.55% 0.73% -
HSV(B) 3.12º 0.34% 0.88% -
XYZ 47.07 40.09 32.86 -
YUV 172.37 113.68 164.83 -
System Red Green Blue C M Y K H S L
Decimal 224 151 147 0 0.33 0.34 0.12 3.12 0.55 0.73
Hex E0 97 93 0 21 22 C 3 37 49
Octal 340 227 223 0 41 42 14 3 67 111
Binary 11100000 10010111 10010011 0 100001 100010 1100 11 110111 1001001

Color Harmonies of #E09793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09793

Black with #E09793

Text Example


Text Example

White with #E09793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09793; }

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

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

background-color css

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

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

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

border-color css

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

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

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