Html Css Color HEX #E49F9E Petite Orchid

📋 copy color: '#E49F9E'

red 228 ◦ green 159 ◦ blue 158

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

Shades of Petite Orchid #E49F9E

Tints of Petite Orchid #E49F9E

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.17%

 BLUE value IS 158 (62.11% from 255) = 28.99%

R = 41.83%
G = 29.17%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.11

RGB Variations

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

Color information

#E49F9E (or 0xE49F9E) is known color: Petite Orchid. HEX triplet: E4, 9F and 9E. RGB value is (228,159,158). Sum of RGB (Red+Green+Blue) = 228+159+158=545 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.83% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F9E is #1B6061. Grayscale: #B3B3B3. Windows color (decimal): -1794146 or 10395620. OLE color: 10395620.

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

Color convert

RGB 228 159 158 -
CMYK 0 0.30 0.31 0.11
HSL 0.86º 0.56% 0.76% -
HSV(B) 0.86º 0.31% 0.89% -
XYZ 50.56 43.76 38.13 -
YUV 179.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 228 159 158 0 0.30 0.31 0.11 0.86 0.56 0.76
Hex E4 9F 9E 0 1E 1F B 1 38 4C
Octal 344 237 236 0 36 37 13 1 70 114
Binary 11100100 10011111 10011110 0 11110 11111 1011 1 111000 1001100

Color Harmonies of #E49F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49F9E

Black with #E49F9E

Text Example


Text Example

White with #E49F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49F9E; }

 p { color: rgb(228,159,158); }

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

background-color css

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

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

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

border-color css

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

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

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