Html Css Color HEX #E29190 Petite Orchid

📋 copy color: '#E29190'

red 226 ◦ green 145 ◦ blue 144

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

Shades of Petite Orchid #E29190

Tints of Petite Orchid #E29190

RGB

 RED value IS 226 (88.67% from 255) = 43.88%

 GREEN value IS 145 (57.03% from 255) = 28.16%

 BLUE value IS 144 (56.64% from 255) = 27.96%

R = 43.88%
G = 28.16%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E29190 (or 0xE29190) is known color: Petite Orchid. HEX triplet: E2, 91 and 90. RGB value is (226,145,144). Sum of RGB (Red+Green+Blue) = 226+145+144=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E29190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29190 is #1D6E6F. Grayscale: #A9A9A9. Windows color (decimal): -1928816 or 9474530. OLE color: 9474530.

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

Color convert

RGB 226 145 144 -
CMYK 0 0.36 0.36 0.11
HSL 0.73º 0.59% 0.73% -
HSV(B) 0.73º 0.36% 0.89% -
XYZ 46.52 38.43 31.35 -
YUV 169.11 113.84 168.58 -
System Red Green Blue C M Y K H S L
Decimal 226 145 144 0 0.36 0.36 0.11 0.73 0.59 0.73
Hex E2 91 90 0 24 24 B 1 3B 49
Octal 342 221 220 0 44 44 13 1 73 111
Binary 11100010 10010001 10010000 0 100100 100100 1011 1 111011 1001001

Color Harmonies of #E29190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29190

Black with #E29190

Text Example


Text Example

White with #E29190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29190; }

 p { color: rgb(226,145,144); }

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

background-color css

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

 a { background-color: rgb(226,145,144); }

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

border-color css

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

 span { border-color: rgb(226,145,144); }

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