Html Css Color HEX #E29D91 Petite Orchid

📋 copy color: '#E29D91'

red 226 ◦ green 157 ◦ blue 145

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

Shades of Petite Orchid #E29D91

Tints of Petite Orchid #E29D91

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.73%

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

R = 42.8%
G = 29.73%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E29D91 (or 0xE29D91) is known color: Petite Orchid. HEX triplet: E2, 9D and 91. RGB value is (226,157,145). Sum of RGB (Red+Green+Blue) = 226+157+145=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E29D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29D91 is #1D626E. Grayscale: #B0B0B0. Windows color (decimal): -1925743 or 9543138. OLE color: 9543138.

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

Color convert

RGB 226 157 145 -
CMYK 0 0.31 0.36 0.11
HSL 8.89º 0.58% 0.73% -
HSV(B) 8.89º 0.36% 0.89% -
XYZ 48.53 42.33 32.4 -
YUV 176.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 226 157 145 0 0.31 0.36 0.11 8.89 0.58 0.73
Hex E2 9D 91 0 1F 24 B 9 3A 49
Octal 342 235 221 0 37 44 13 11 72 111
Binary 11100010 10011101 10010001 0 11111 100100 1011 1001 111010 1001001

Color Harmonies of #E29D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29D91

Black with #E29D91

Text Example


Text Example

White with #E29D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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