Html Css Color HEX #E3A298 Petite Orchid

📋 copy color: '#E3A298'

red 227 ◦ green 162 ◦ blue 152

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

Shades of Petite Orchid #E3A298

Tints of Petite Orchid #E3A298

RGB

 RED value IS 227 (89.06% from 255) = 41.96%

 GREEN value IS 162 (63.67% from 255) = 29.94%

 BLUE value IS 152 (59.77% from 255) = 28.1%

R = 41.96%
G = 29.94%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E3A298 (or 0xE3A298) is known color: Petite Orchid. HEX triplet: E3, A2 and 98. RGB value is (227,162,152). Sum of RGB (Red+Green+Blue) = 227+162+152=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3A298 is #1C5D67. Grayscale: #B4B4B4. Windows color (decimal): -1858920 or 10003171. OLE color: 10003171.

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

Color convert

RGB 227 162 152 -
CMYK 0 0.29 0.33 0.11
HSL 0.57% 0.74% -
HSV(B) 0.33% 0.89% -
XYZ 50.27 44.44 35.63 -
YUV 180.3 112.03 161.31 -
System Red Green Blue C M Y K H S L
Decimal 227 162 152 0 0.29 0.33 0.11 8 0.57 0.74
Hex E3 A2 98 0 1D 21 B 8 39 4A
Octal 343 242 230 0 35 41 13 10 71 112
Binary 11100011 10100010 10011000 0 11101 100001 1011 1000 111001 1001010

Color Harmonies of #E3A298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A298

Black with #E3A298

Text Example


Text Example

White with #E3A298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A298; }

 p { color: rgb(227,162,152); }

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

background-color css

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

 a { background-color: rgb(227,162,152); }

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

border-color css

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

 span { border-color: rgb(227,162,152); }

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