Html Css Color HEX #E39B97 Petite Orchid

📋 copy color: '#E39B97'

red 227 ◦ green 155 ◦ blue 151

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

Shades of Petite Orchid #E39B97

Tints of Petite Orchid #E39B97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.33%

R = 42.59%
G = 29.08%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E39B97 (or 0xE39B97) is known color: Petite Orchid. HEX triplet: E3, 9B and 97. RGB value is (227,155,151). Sum of RGB (Red+Green+Blue) = 227+155+151=533 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.59% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 151 (59.38% from 255 or 28.33% from 533); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B97 is #1C6468. Grayscale: #B0B0B0. Windows color (decimal): -1860713 or 9935843. OLE color: 9935843.

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

Color convert

RGB 227 155 151 -
CMYK 0 0.32 0.33 0.11
HSL 3.16º 0.58% 0.74% -
HSV(B) 3.16º 0.33% 0.89% -
XYZ 48.99 42.01 34.8 -
YUV 176.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 227 155 151 0 0.32 0.33 0.11 3.16 0.58 0.74
Hex E3 9B 97 0 20 21 B 3 3A 4A
Octal 343 233 227 0 40 41 13 3 72 112
Binary 11100011 10011011 10010111 0 100000 100001 1011 11 111010 1001010

Color Harmonies of #E39B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39B97

Black with #E39B97

Text Example


Text Example

White with #E39B97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39B97; }

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

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

background-color css

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

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

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

border-color css

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

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

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