Html Css Color HEX #E49593 Petite Orchid

📋 copy color: '#E49593'

red 228 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #E49593

Tints of Petite Orchid #E49593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.44%

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

R = 43.51%
G = 28.44%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E49593 (or 0xE49593) is known color: Petite Orchid. HEX triplet: E4, 95 and 93. RGB value is (228,149,147). Sum of RGB (Red+Green+Blue) = 228+149+147=524 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.51% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 228 - color contains mainly: red. Hex color #E49593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49593 is #1B6A6C. Grayscale: #ACACAC. Windows color (decimal): -1796717 or 9672164. OLE color: 9672164.

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

Color convert

RGB 228 149 147 -
CMYK 0 0.35 0.36 0.11
HSL 1.48º 0.6% 0.74% -
HSV(B) 1.48º 0.36% 0.89% -
XYZ 48.01 40.1 32.81 -
YUV 172.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 228 149 147 0 0.35 0.36 0.11 1.48 0.6 0.74
Hex E4 95 93 0 23 24 B 1 3C 4A
Octal 344 225 223 0 43 44 13 1 74 112
Binary 11100100 10010101 10010011 0 100011 100100 1011 1 111100 1001010

Color Harmonies of #E49593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49593

Black with #E49593

Text Example


Text Example

White with #E49593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49593; }

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

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

background-color css

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

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

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

border-color css

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

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

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