Html Css Color HEX #E49797 Petite Orchid

📋 copy color: '#E49797'

red 228 ◦ green 151 ◦ blue 151

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

Shades of Petite Orchid #E49797

Tints of Petite Orchid #E49797

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

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

R = 43.02%
G = 28.49%
B = 28.49%

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

#E49797 (or 0xE49797) is known color: Petite Orchid. HEX triplet: E4, 97 and 97. RGB value is (228,151,151). Sum of RGB (Red+Green+Blue) = 228+151+151=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 228 - color contains mainly: red. Hex color #E49797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49797 is #1B6868. Grayscale: #AEAEAE. Windows color (decimal): -1796201 or 9934820. OLE color: 9934820.

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

Color convert

RGB 228 151 151 -
CMYK 0 0.34 0.34 0.11
HSL 0.59% 0.74% -
HSV(B) 0.34% 0.89% -
XYZ 48.65 40.86 34.6 -
YUV 174.02 115.01 166.5 -
System Red Green Blue C M Y K H S L
Decimal 228 151 151 0 0.34 0.34 0.11 0 0.59 0.74
Hex E4 97 97 0 22 22 B 0 3B 4A
Octal 344 227 227 0 42 42 13 0 73 112
Binary 11100100 10010111 10010111 0 100010 100010 1011 0 111011 1001010

Color Harmonies of #E49797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49797

Black with #E49797

Text Example


Text Example

White with #E49797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49797; }

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

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

background-color css

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

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

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

border-color css

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

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

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