Html Css Color HEX #E19392 Petite Orchid

📋 copy color: '#E19392'

red 225 ◦ green 147 ◦ blue 146

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

Shades of Petite Orchid #E19392

Tints of Petite Orchid #E19392

RGB

 RED value IS 225 (88.28% from 255) = 43.44%

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

 BLUE value IS 146 (57.42% from 255) = 28.19%

R = 43.44%
G = 28.38%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E19392 (or 0xE19392) is known color: Petite Orchid. HEX triplet: E1, 93 and 92. RGB value is (225,147,146). Sum of RGB (Red+Green+Blue) = 225+147+146=518 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.44% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 225 - color contains mainly: red. Hex color #E19392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19392 is #1E6C6D. Grayscale: #AAAAAA. Windows color (decimal): -1993838 or 9606113. OLE color: 9606113.

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

Color convert

RGB 225 147 146 -
CMYK 0 0.35 0.35 0.12
HSL 0.76º 0.57% 0.73% -
HSV(B) 0.76º 0.35% 0.88% -
XYZ 46.67 38.95 32.25 -
YUV 170.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 225 147 146 0 0.35 0.35 0.12 0.76 0.57 0.73
Hex E1 93 92 0 23 23 C 1 39 49
Octal 341 223 222 0 43 43 14 1 71 111
Binary 11100001 10010011 10010010 0 100011 100011 1100 1 111001 1001001

Color Harmonies of #E19392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19392

Black with #E19392

Text Example


Text Example

White with #E19392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19392; }

 p { color: rgb(225,147,146); }

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

background-color css

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

 a { background-color: rgb(225,147,146); }

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

border-color css

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

 span { border-color: rgb(225,147,146); }

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