Html Css Color HEX #E49A96 Petite Orchid

📋 copy color: '#E49A96'

red 228 ◦ green 154 ◦ blue 150

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

Shades of Petite Orchid #E49A96

Tints of Petite Orchid #E49A96

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.95%

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

R = 42.86%
G = 28.95%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E49A96 (or 0xE49A96) is known color: Petite Orchid. HEX triplet: E4, 9A and 96. RGB value is (228,154,150). Sum of RGB (Red+Green+Blue) = 228+154+150=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 228 - color contains mainly: red. Hex color #E49A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49A96 is #1B6569. Grayscale: #AFAFAF. Windows color (decimal): -1795434 or 9870052. OLE color: 9870052.

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

Color convert

RGB 228 154 150 -
CMYK 0 0.32 0.34 0.11
HSL 3.08º 0.59% 0.74% -
HSV(B) 3.08º 0.34% 0.89% -
XYZ 49.06 41.81 34.34 -
YUV 175.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 228 154 150 0 0.32 0.34 0.11 3.08 0.59 0.74
Hex E4 9A 96 0 20 22 B 3 3B 4A
Octal 344 232 226 0 40 42 13 3 73 112
Binary 11100100 10011010 10010110 0 100000 100010 1011 11 111011 1001010

Color Harmonies of #E49A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49A96

Black with #E49A96

Text Example


Text Example

White with #E49A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49A96; }

 p { color: rgb(228,154,150); }

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

background-color css

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

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

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

border-color css

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

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

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