Html Css Color HEX #E19E92 Petite Orchid

📋 copy color: '#E19E92'

red 225 ◦ green 158 ◦ blue 146

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

Shades of Petite Orchid #E19E92

Tints of Petite Orchid #E19E92

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.87%

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

R = 42.53%
G = 29.87%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.12

RGB Variations

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

Color information

#E19E92 (or 0xE19E92) is known color: Petite Orchid. HEX triplet: E1, 9E and 92. RGB value is (225,158,146). Sum of RGB (Red+Green+Blue) = 225+158+146=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E19E92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19E92 is #1E616D. Grayscale: #B0B0B0. Windows color (decimal): -1991022 or 9608929. OLE color: 9608929.

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

Color convert

RGB 225 158 146 -
CMYK 0 0.30 0.35 0.12
HSL 9.11º 0.57% 0.73% -
HSV(B) 9.11º 0.35% 0.88% -
XYZ 48.47 42.54 32.85 -
YUV 176.67 110.7 162.48 -
System Red Green Blue C M Y K H S L
Decimal 225 158 146 0 0.30 0.35 0.12 9.11 0.57 0.73
Hex E1 9E 92 0 1E 23 C 9 39 49
Octal 341 236 222 0 36 43 14 11 71 111
Binary 11100001 10011110 10010010 0 11110 100011 1100 1001 111001 1001001

Color Harmonies of #E19E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19E92

Black with #E19E92

Text Example


Text Example

White with #E19E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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