Html Css Color HEX #E39B92 Petite Orchid

📋 copy color: '#E39B92'

red 227 ◦ green 155 ◦ blue 146

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

Shades of Petite Orchid #E39B92

Tints of Petite Orchid #E39B92

RGB

 RED value IS 227 (89.06% from 255) = 42.99%

 GREEN value IS 155 (60.94% from 255) = 29.36%

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

R = 42.99%
G = 29.36%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E39B92 (or 0xE39B92) is known color: Petite Orchid. HEX triplet: E3, 9B and 92. RGB value is (227,155,146). Sum of RGB (Red+Green+Blue) = 227+155+146=528 (69% of max value = 765). Red value is 227 (89.06% from 255 or 42.99% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B92 is #1C646D. Grayscale: #AFAFAF. Windows color (decimal): -1860718 or 9608163. OLE color: 9608163.

HSL color Cylindrical-coordinate representation of color #E39B92: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E39B92 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 155 146 -
CMYK 0 0.32 0.36 0.11
HSL 6.67º 0.59% 0.73% -
HSV(B) 6.67º 0.36% 0.89% -
XYZ 48.59 41.85 32.71 -
YUV 175.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 227 155 146 0 0.32 0.36 0.11 6.67 0.59 0.73
Hex E3 9B 92 0 20 24 B 7 3B 49
Octal 343 233 222 0 40 44 13 7 73 111
Binary 11100011 10011011 10010010 0 100000 100100 1011 111 111011 1001001

Color Harmonies of #E39B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39B92

Black with #E39B92

Text Example


Text Example

White with #E39B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39B92; }

 p { color: rgb(227,155,146); }

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

background-color css

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

 a { background-color: rgb(227,155,146); }

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

border-color css

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

 span { border-color: rgb(227,155,146); }

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