Html Css Color HEX #E49C95 Petite Orchid

📋 copy color: '#E49C95'

red 228 ◦ green 156 ◦ blue 149

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

Shades of Petite Orchid #E49C95

Tints of Petite Orchid #E49C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.27%

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

R = 42.78%
G = 29.27%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E49C95 (or 0xE49C95) is known color: Petite Orchid. HEX triplet: E4, 9C and 95. RGB value is (228,156,149). Sum of RGB (Red+Green+Blue) = 228+156+149=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 228 - color contains mainly: red. Hex color #E49C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49C95 is #1B636A. Grayscale: #B0B0B0. Windows color (decimal): -1794923 or 9805028. OLE color: 9805028.

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

Color convert

RGB 228 156 149 -
CMYK 0 0.32 0.35 0.11
HSL 5.32º 0.59% 0.74% -
HSV(B) 5.32º 0.35% 0.89% -
XYZ 49.31 42.44 34.03 -
YUV 176.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 228 156 149 0 0.32 0.35 0.11 5.32 0.59 0.74
Hex E4 9C 95 0 20 23 B 5 3B 4A
Octal 344 234 225 0 40 43 13 5 73 112
Binary 11100100 10011100 10010101 0 100000 100011 1011 101 111011 1001010

Color Harmonies of #E49C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49C95

Black with #E49C95

Text Example


Text Example

White with #E49C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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