Html Css Color HEX #E49F9B Petite Orchid

📋 copy color: '#E49F9B'

red 228 ◦ green 159 ◦ blue 155

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

Shades of Petite Orchid #E49F9B

Tints of Petite Orchid #E49F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.6%

R = 42.07%
G = 29.34%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.11

RGB Variations

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

Color information

#E49F9B (or 0xE49F9B) is known color: Petite Orchid. HEX triplet: E4, 9F and 9B. RGB value is (228,159,155). Sum of RGB (Red+Green+Blue) = 228+159+155=542 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.07% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 155 (60.94% from 255 or 28.60% from 542); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49F9B is #1B6064. Grayscale: #B3B3B3. Windows color (decimal): -1794149 or 10199012. OLE color: 10199012.

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

Color convert

RGB 228 159 155 -
CMYK 0 0.30 0.32 0.11
HSL 3.29º 0.57% 0.75% -
HSV(B) 3.29º 0.32% 0.89% -
XYZ 50.31 43.66 36.79 -
YUV 179.18 114.36 162.83 -
System Red Green Blue C M Y K H S L
Decimal 228 159 155 0 0.30 0.32 0.11 3.29 0.57 0.75
Hex E4 9F 9B 0 1E 20 B 3 39 4B
Octal 344 237 233 0 36 40 13 3 71 113
Binary 11100100 10011111 10011011 0 11110 100000 1011 11 111001 1001011

Color Harmonies of #E49F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49F9B

Black with #E49F9B

Text Example


Text Example

White with #E49F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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