Html Css Color HEX #E29891 Petite Orchid

📋 copy color: '#E29891'

red 226 ◦ green 152 ◦ blue 145

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

Shades of Petite Orchid #E29891

Tints of Petite Orchid #E29891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.72%

R = 43.21%
G = 29.06%
B = 27.72%

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

#E29891 (or 0xE29891) is known color: Petite Orchid. HEX triplet: E2, 98 and 91. RGB value is (226,152,145). Sum of RGB (Red+Green+Blue) = 226+152+145=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E29891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29891 is #1D676E. Grayscale: #ADADAD. Windows color (decimal): -1927023 or 9541858. OLE color: 9541858.

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

Color convert

RGB 226 152 145 -
CMYK 0 0.33 0.36 0.11
HSL 5.19º 0.58% 0.73% -
HSV(B) 5.19º 0.36% 0.89% -
XYZ 47.7 40.67 32.12 -
YUV 173.33 112.02 165.57 -
System Red Green Blue C M Y K H S L
Decimal 226 152 145 0 0.33 0.36 0.11 5.19 0.58 0.73
Hex E2 98 91 0 21 24 B 5 3A 49
Octal 342 230 221 0 41 44 13 5 72 111
Binary 11100010 10011000 10010001 0 100001 100100 1011 101 111010 1001001

Color Harmonies of #E29891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29891

Black with #E29891

Text Example


Text Example

White with #E29891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29891; }

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

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

background-color css

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

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

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

border-color css

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

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

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