Html Css Color HEX #E39695 Petite Orchid

📋 copy color: '#E39695'

red 227 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #E39695

Tints of Petite Orchid #E39695

RGB

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

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

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

R = 43.16%
G = 28.52%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E39695 (or 0xE39695) is known color: Petite Orchid. HEX triplet: E3, 96 and 95. RGB value is (227,150,149). Sum of RGB (Red+Green+Blue) = 227+150+149=526 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.16% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 227 - color contains mainly: red. Hex color #E39695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39695 is #1C696A. Grayscale: #ACACAC. Windows color (decimal): -1861995 or 9803491. OLE color: 9803491.

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

Color convert

RGB 227 150 149 -
CMYK 0 0.34 0.34 0.11
HSL 0.77º 0.58% 0.74% -
HSV(B) 0.77º 0.34% 0.89% -
XYZ 48.01 40.31 33.68 -
YUV 172.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 227 150 149 0 0.34 0.34 0.11 0.77 0.58 0.74
Hex E3 96 95 0 22 22 B 1 3A 4A
Octal 343 226 225 0 42 42 13 1 72 112
Binary 11100011 10010110 10010101 0 100010 100010 1011 1 111010 1001010

Color Harmonies of #E39695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39695

Black with #E39695

Text Example


Text Example

White with #E39695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39695; }

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

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

background-color css

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

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

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

border-color css

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

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

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