Html Css Color HEX #E39593 Petite Orchid

📋 copy color: '#E39593'

red 227 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #E39593

Tints of Petite Orchid #E39593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.49%

 BLUE value IS 147 (57.81% from 255) = 28.11%

R = 43.4%
G = 28.49%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E39593 (or 0xE39593) is known color: Petite Orchid. HEX triplet: E3, 95 and 93. RGB value is (227,149,147). Sum of RGB (Red+Green+Blue) = 227+149+147=523 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.40% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 227 - color contains mainly: red. Hex color #E39593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39593 is #1C6A6C. Grayscale: #ACACAC. Windows color (decimal): -1862253 or 9672163. OLE color: 9672163.

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

Color convert

RGB 227 149 147 -
CMYK 0 0.34 0.35 0.11
HSL 1.5º 0.59% 0.73% -
HSV(B) 1.5º 0.35% 0.89% -
XYZ 47.69 39.93 32.8 -
YUV 172.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 227 149 147 0 0.34 0.35 0.11 1.5 0.59 0.73
Hex E3 95 93 0 22 23 B 2 3B 49
Octal 343 225 223 0 42 43 13 2 73 111
Binary 11100011 10010101 10010011 0 100010 100011 1011 10 111011 1001001

Color Harmonies of #E39593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39593

Black with #E39593

Text Example


Text Example

White with #E39593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39593; }

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

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

background-color css

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

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

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

border-color css

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

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

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