Html Css Color HEX #E39D94 Petite Orchid

📋 copy color: '#E39D94'

red 227 ◦ green 157 ◦ blue 148

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

Shades of Petite Orchid #E39D94

Tints of Petite Orchid #E39D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.51%

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 42.67%
G = 29.51%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E39D94 (or 0xE39D94) is known color: Petite Orchid. HEX triplet: E3, 9D and 94. RGB value is (227,157,148). Sum of RGB (Red+Green+Blue) = 227+157+148=532 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.67% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 227 - color contains mainly: red. Hex color #E39D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39D94 is #1C626B. Grayscale: #B1B1B1. Windows color (decimal): -1860204 or 9739747. OLE color: 9739747.

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

Color convert

RGB 227 157 148 -
CMYK 0 0.31 0.35 0.11
HSL 6.84º 0.59% 0.74% -
HSV(B) 6.84º 0.35% 0.89% -
XYZ 49.08 42.58 33.65 -
YUV 176.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 227 157 148 0 0.31 0.35 0.11 6.84 0.59 0.74
Hex E3 9D 94 0 1F 23 B 7 3B 4A
Octal 343 235 224 0 37 43 13 7 73 112
Binary 11100011 10011101 10010100 0 11111 100011 1011 111 111011 1001010

Color Harmonies of #E39D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39D94

Black with #E39D94

Text Example


Text Example

White with #E39D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39D94; }

 p { color: rgb(227,157,148); }

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

background-color css

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

 a { background-color: rgb(227,157,148); }

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

border-color css

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

 span { border-color: rgb(227,157,148); }

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