Html Css Color HEX #E39B95 Petite Orchid

📋 copy color: '#E39B95'

red 227 ◦ green 155 ◦ blue 149

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

Shades of Petite Orchid #E39B95

Tints of Petite Orchid #E39B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.06%

R = 42.75%
G = 29.19%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E39B95 (or 0xE39B95) is known color: Petite Orchid. HEX triplet: E3, 9B and 95. RGB value is (227,155,149). Sum of RGB (Red+Green+Blue) = 227+155+149=531 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.75% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B95 is #1C646A. Grayscale: #AFAFAF. Windows color (decimal): -1860715 or 9804771. OLE color: 9804771.

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

Color convert

RGB 227 155 149 -
CMYK 0 0.32 0.34 0.11
HSL 4.62º 0.58% 0.74% -
HSV(B) 4.62º 0.34% 0.89% -
XYZ 48.82 41.94 33.96 -
YUV 175.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 227 155 149 0 0.32 0.34 0.11 4.62 0.58 0.74
Hex E3 9B 95 0 20 22 B 5 3A 4A
Octal 343 233 225 0 40 42 13 5 72 112
Binary 11100011 10011011 10010101 0 100000 100010 1011 101 111010 1001010

Color Harmonies of #E39B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39B95

Black with #E39B95

Text Example


Text Example

White with #E39B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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