Html Css Color HEX #E49997 Petite Orchid

📋 copy color: '#E49997'

red 228 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #E49997

Tints of Petite Orchid #E49997

RGB

 RED value IS 228 (89.45% from 255) = 42.86%

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

 BLUE value IS 151 (59.38% from 255) = 28.38%

R = 42.86%
G = 28.76%
B = 28.38%

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

#E49997 (or 0xE49997) is known color: Petite Orchid. HEX triplet: E4, 99 and 97. RGB value is (228,153,151). Sum of RGB (Red+Green+Blue) = 228+153+151=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 151 (59.38% from 255 or 28.38% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E49997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49997 is #1B6668. Grayscale: #AFAFAF. Windows color (decimal): -1795689 or 9935332. OLE color: 9935332.

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

Color convert

RGB 228 153 151 -
CMYK 0 0.33 0.34 0.11
HSL 1.56º 0.59% 0.74% -
HSV(B) 1.56º 0.34% 0.89% -
XYZ 48.97 41.51 34.71 -
YUV 175.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 228 153 151 0 0.33 0.34 0.11 1.56 0.59 0.74
Hex E4 99 97 0 21 22 B 2 3B 4A
Octal 344 231 227 0 41 42 13 2 73 112
Binary 11100100 10011001 10010111 0 100001 100010 1011 10 111011 1001010

Color Harmonies of #E49997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49997

Black with #E49997

Text Example


Text Example

White with #E49997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49997; }

 p { color: rgb(228,153,151); }

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

background-color css

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

 a { background-color: rgb(228,153,151); }

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

border-color css

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

 span { border-color: rgb(228,153,151); }

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