Html Css Color HEX #E39996 Petite Orchid

📋 copy color: '#E39996'

red 227 ◦ green 153 ◦ blue 150

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

Shades of Petite Orchid #E39996

Tints of Petite Orchid #E39996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

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

R = 42.83%
G = 28.87%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E39996 (or 0xE39996) is known color: Petite Orchid. HEX triplet: E3, 99 and 96. RGB value is (227,153,150). Sum of RGB (Red+Green+Blue) = 227+153+150=530 (70% of max value = 765). Red value is 227 (89.06% from 255 or 42.83% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 227 - color contains mainly: red. Hex color #E39996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E39996 is #1C6669. Grayscale: #AEAEAE. Windows color (decimal): -1861226 or 9869795. OLE color: 9869795.

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

Color convert

RGB 227 153 150 -
CMYK 0 0.33 0.34 0.11
HSL 2.34º 0.58% 0.74% -
HSV(B) 2.34º 0.34% 0.89% -
XYZ 48.57 41.32 34.27 -
YUV 174.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 227 153 150 0 0.33 0.34 0.11 2.34 0.58 0.74
Hex E3 99 96 0 21 22 B 2 3A 4A
Octal 343 231 226 0 41 42 13 2 72 112
Binary 11100011 10011001 10010110 0 100001 100010 1011 10 111010 1001010

Color Harmonies of #E39996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E39996

Black with #E39996

Text Example


Text Example

White with #E39996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E39996; }

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

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

background-color css

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

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

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

border-color css

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

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

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