Html Css Color HEX #E79E96 Petite Orchid

📋 copy color: '#E79E96'

red 231 ◦ green 158 ◦ blue 150

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

Shades of Petite Orchid #E79E96

Tints of Petite Orchid #E79E96

RGB

 RED value IS 231 (90.63% from 255) = 42.86%

 GREEN value IS 158 (62.11% from 255) = 29.31%

 BLUE value IS 150 (58.98% from 255) = 27.83%

R = 42.86%
G = 29.31%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#E79E96 (or 0xE79E96) is known color: Petite Orchid. HEX triplet: E7, 9E and 96. RGB value is (231,158,150). Sum of RGB (Red+Green+Blue) = 231+158+150=539 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.86% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 231 - color contains mainly: red. Hex color #E79E96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79E96 is #186169. Grayscale: #B3B3B3. Windows color (decimal): -1597802 or 9871079. OLE color: 9871079.

HSL color Cylindrical-coordinate representation of color #E79E96: hue angle of 5.93º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E79E96 is Cyan = 0, Magento = 0.32, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 158 150 -
CMYK 0 0.32 0.35 0.09
HSL 5.93º 0.63% 0.75% -
HSV(B) 5.93º 0.35% 0.91% -
XYZ 50.69 43.64 34.61 -
YUV 178.92 111.68 165.15 -
System Red Green Blue C M Y K H S L
Decimal 231 158 150 0 0.32 0.35 0.09 5.93 0.63 0.75
Hex E7 9E 96 0 20 23 9 6 3F 4B
Octal 347 236 226 0 40 43 11 6 77 113
Binary 11100111 10011110 10010110 0 100000 100011 1001 110 111111 1001011

Color Harmonies of #E79E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E79E96

Black with #E79E96

Text Example


Text Example

White with #E79E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E79E96; }

 p { color: rgb(231,158,150); }

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

background-color css

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

 a { background-color: rgb(231,158,150); }

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

border-color css

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

 span { border-color: rgb(231,158,150); }

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