Html Css Color HEX #E29691 Petite Orchid

📋 copy color: '#E29691'

red 226 ◦ green 150 ◦ blue 145

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

Shades of Petite Orchid #E29691

Tints of Petite Orchid #E29691

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.79%

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

R = 43.38%
G = 28.79%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E29691 (or 0xE29691) is known color: Petite Orchid. HEX triplet: E2, 96 and 91. RGB value is (226,150,145). Sum of RGB (Red+Green+Blue) = 226+150+145=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29691 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29691 is #1D696E. Grayscale: #ACACAC. Windows color (decimal): -1927535 or 9541346. OLE color: 9541346.

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

Color convert

RGB 226 150 145 -
CMYK 0 0.34 0.36 0.11
HSL 3.7º 0.58% 0.73% -
HSV(B) 3.7º 0.36% 0.89% -
XYZ 47.38 40.03 32.02 -
YUV 172.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 226 150 145 0 0.34 0.36 0.11 3.7 0.58 0.73
Hex E2 96 91 0 22 24 B 4 3A 49
Octal 342 226 221 0 42 44 13 4 72 111
Binary 11100010 10010110 10010001 0 100010 100100 1011 100 111010 1001001

Color Harmonies of #E29691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29691

Black with #E29691

Text Example


Text Example

White with #E29691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29691; }

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

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

background-color css

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

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

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

border-color css

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

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

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