Html Css Color HEX #E49793 Petite Orchid

📋 copy color: '#E49793'

red 228 ◦ green 151 ◦ blue 147

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

Shades of Petite Orchid #E49793

Tints of Petite Orchid #E49793

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.71%

 BLUE value IS 147 (57.81% from 255) = 27.95%

R = 43.35%
G = 28.71%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E49793 (or 0xE49793) is known color: Petite Orchid. HEX triplet: E4, 97 and 93. RGB value is (228,151,147). Sum of RGB (Red+Green+Blue) = 228+151+147=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49793 is #1B686C. Grayscale: #ADADAD. Windows color (decimal): -1796205 or 9672676. OLE color: 9672676.

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

Color convert

RGB 228 151 147 -
CMYK 0 0.34 0.36 0.11
HSL 2.96º 0.6% 0.74% -
HSV(B) 2.96º 0.36% 0.89% -
XYZ 48.33 40.73 32.92 -
YUV 173.57 113.01 166.83 -
System Red Green Blue C M Y K H S L
Decimal 228 151 147 0 0.34 0.36 0.11 2.96 0.6 0.74
Hex E4 97 93 0 22 24 B 3 3C 4A
Octal 344 227 223 0 42 44 13 3 74 112
Binary 11100100 10010111 10010011 0 100010 100100 1011 11 111100 1001010

Color Harmonies of #E49793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49793

Black with #E49793

Text Example


Text Example

White with #E49793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49793; }

 p { color: rgb(228,151,147); }

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

background-color css

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

 a { background-color: rgb(228,151,147); }

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

border-color css

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

 span { border-color: rgb(228,151,147); }

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