Html Css Color HEX #E49991 Petite Orchid

📋 copy color: '#E49991'

red 228 ◦ green 153 ◦ blue 145

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

Shades of Petite Orchid #E49991

Tints of Petite Orchid #E49991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

 BLUE value IS 145 (57.03% from 255) = 27.57%

R = 43.35%
G = 29.09%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E49991 (or 0xE49991) is known color: Petite Orchid. HEX triplet: E4, 99 and 91. RGB value is (228,153,145). Sum of RGB (Red+Green+Blue) = 228+153+145=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49991 is #1B666E. Grayscale: #AEAEAE. Windows color (decimal): -1795695 or 9542116. OLE color: 9542116.

HSL color Cylindrical-coordinate representation of color #E49991: hue angle of 5.78º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E49991 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 153 145 -
CMYK 0 0.33 0.36 0.11
HSL 5.78º 0.61% 0.73% -
HSV(B) 5.78º 0.36% 0.89% -
XYZ 48.5 41.32 32.21 -
YUV 174.51 111.35 166.15 -
System Red Green Blue C M Y K H S L
Decimal 228 153 145 0 0.33 0.36 0.11 5.78 0.61 0.73
Hex E4 99 91 0 21 24 B 6 3D 49
Octal 344 231 221 0 41 44 13 6 75 111
Binary 11100100 10011001 10010001 0 100001 100100 1011 110 111101 1001001

Color Harmonies of #E49991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49991

Black with #E49991

Text Example


Text Example

White with #E49991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49991; }

 p { color: rgb(228,153,145); }

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

background-color css

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

 a { background-color: rgb(228,153,145); }

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

border-color css

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

 span { border-color: rgb(228,153,145); }

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