Html Css Color HEX #E39B94 Petite Orchid

📋 copy color: '#E39B94'

red 227 ◦ green 155 ◦ blue 148

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

Shades of Petite Orchid #E39B94

Tints of Petite Orchid #E39B94

RGB

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

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

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

R = 42.83%
G = 29.25%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E39B94 (or 0xE39B94) is known color: Petite Orchid. HEX triplet: E3, 9B and 94. RGB value is (227,155,148). Sum of RGB (Red+Green+Blue) = 227+155+148=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 155 (60.94% from 255 or 29.25% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E39B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39B94 is #1C646B. Grayscale: #AFAFAF. Windows color (decimal): -1860716 or 9739235. OLE color: 9739235.

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

Color convert

RGB 227 155 148 -
CMYK 0 0.32 0.35 0.11
HSL 5.32º 0.59% 0.74% -
HSV(B) 5.32º 0.35% 0.89% -
XYZ 48.75 41.91 33.54 -
YUV 175.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 227 155 148 0 0.32 0.35 0.11 5.32 0.59 0.74
Hex E3 9B 94 0 20 23 B 5 3B 4A
Octal 343 233 224 0 40 43 13 5 73 112
Binary 11100011 10011011 10010100 0 100000 100011 1011 101 111011 1001010

Color Harmonies of #E39B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39B94

Black with #E39B94

Text Example


Text Example

White with #E39B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39B94; }

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

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

background-color css

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

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

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

border-color css

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

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

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