Html Css Color HEX #E49892 Petite Orchid

📋 copy color: '#E49892'

red 228 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #E49892

Tints of Petite Orchid #E49892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 28.9%

 BLUE value IS 146 (57.42% from 255) = 27.76%

R = 43.35%
G = 28.9%
B = 27.76%

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

#E49892 (or 0xE49892) is known color: Petite Orchid. HEX triplet: E4, 98 and 92. RGB value is (228,152,146). Sum of RGB (Red+Green+Blue) = 228+152+146=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 152 (59.77% from 255 or 28.90% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 228 - color contains mainly: red. Hex color #E49892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E49892 is #1B676D. Grayscale: #AEAEAE. Windows color (decimal): -1795950 or 9607396. OLE color: 9607396.

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

Color convert

RGB 228 152 146 -
CMYK 0 0.33 0.36 0.11
HSL 4.39º 0.6% 0.73% -
HSV(B) 4.39º 0.36% 0.89% -
XYZ 48.41 41.03 32.56 -
YUV 174.04 112.18 166.49 -
System Red Green Blue C M Y K H S L
Decimal 228 152 146 0 0.33 0.36 0.11 4.39 0.6 0.73
Hex E4 98 92 0 21 24 B 4 3C 49
Octal 344 230 222 0 41 44 13 4 74 111
Binary 11100100 10011000 10010010 0 100001 100100 1011 100 111100 1001001

Color Harmonies of #E49892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E49892

Black with #E49892

Text Example


Text Example

White with #E49892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E49892; }

 p { color: rgb(228,152,146); }

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

background-color css

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

 a { background-color: rgb(228,152,146); }

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

border-color css

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

 span { border-color: rgb(228,152,146); }

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