Html Css Color HEX #E39693 Petite Orchid

📋 copy color: '#E39693'

red 227 ◦ green 150 ◦ blue 147

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

Shades of Petite Orchid #E39693

Tints of Petite Orchid #E39693

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.63%

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

R = 43.32%
G = 28.63%
B = 28.05%

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

#E39693 (or 0xE39693) is known color: Petite Orchid. HEX triplet: E3, 96 and 93. RGB value is (227,150,147). Sum of RGB (Red+Green+Blue) = 227+150+147=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 227 - color contains mainly: red. Hex color #E39693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39693 is #1C696C. Grayscale: #ACACAC. Windows color (decimal): -1861997 or 9672419. OLE color: 9672419.

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

Color convert

RGB 227 150 147 -
CMYK 0 0.34 0.35 0.11
HSL 2.25º 0.59% 0.73% -
HSV(B) 2.25º 0.35% 0.89% -
XYZ 47.85 40.25 32.85 -
YUV 172.68 113.51 166.74 -
System Red Green Blue C M Y K H S L
Decimal 227 150 147 0 0.34 0.35 0.11 2.25 0.59 0.73
Hex E3 96 93 0 22 23 B 2 3B 49
Octal 343 226 223 0 42 43 13 2 73 111
Binary 11100011 10010110 10010011 0 100010 100011 1011 10 111011 1001001

Color Harmonies of #E39693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39693

Black with #E39693

Text Example


Text Example

White with #E39693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39693; }

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

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

background-color css

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

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

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

border-color css

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

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

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