Html Css Color HEX #E49695 Petite Orchid

📋 copy color: '#E49695'

red 228 ◦ green 150 ◦ blue 149

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

Shades of Petite Orchid #E49695

Tints of Petite Orchid #E49695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.46%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 43.26%
G = 28.46%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E49695 (or 0xE49695) is known color: Petite Orchid. HEX triplet: E4, 96 and 95. RGB value is (228,150,149). Sum of RGB (Red+Green+Blue) = 228+150+149=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 228 - color contains mainly: red. Hex color #E49695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49695 is #1B696A. Grayscale: #ADADAD. Windows color (decimal): -1796459 or 9803492. OLE color: 9803492.

HSL color Cylindrical-coordinate representation of color #E49695: hue angle of 0.76º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #E49695 is Cyan = 0, Magento = 0.34, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 150 149 -
CMYK 0 0.34 0.35 0.11
HSL 0.76º 0.59% 0.74% -
HSV(B) 0.76º 0.35% 0.89% -
XYZ 48.33 40.48 33.7 -
YUV 173.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 228 150 149 0 0.34 0.35 0.11 0.76 0.59 0.74
Hex E4 96 95 0 22 23 B 1 3B 4A
Octal 344 226 225 0 42 43 13 1 73 112
Binary 11100100 10010110 10010101 0 100010 100011 1011 1 111011 1001010

Color Harmonies of #E49695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49695

Black with #E49695

Text Example


Text Example

White with #E49695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49695; }

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

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

background-color css

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

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

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

border-color css

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

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

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