Html Css Color HEX #E29286 Petite Orchid

📋 copy color: '#E29286'

red 226 ◦ green 146 ◦ blue 134

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

Shades of Petite Orchid #E29286

Tints of Petite Orchid #E29286

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.85%

 BLUE value IS 134 (52.73% from 255) = 26.48%

R = 44.66%
G = 28.85%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.11

RGB Variations

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

Color information

#E29286 (or 0xE29286) is known color: Petite Orchid. HEX triplet: E2, 92 and 86. RGB value is (226,146,134). Sum of RGB (Red+Green+Blue) = 226+146+134=506 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.66% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 226 - color contains mainly: red. Hex color #E29286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29286 is #1D6D79. Grayscale: #A8A8A8. Windows color (decimal): -1928570 or 8819426. OLE color: 8819426.

HSL color Cylindrical-coordinate representation of color #E29286: hue angle of 7.83º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E29286 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 146 134 -
CMYK 0 0.35 0.41 0.11
HSL 7.83º 0.61% 0.71% -
HSV(B) 7.83º 0.41% 0.89% -
XYZ 45.95 38.45 27.55 -
YUV 168.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 226 146 134 0 0.35 0.41 0.11 7.83 0.61 0.71
Hex E2 92 86 0 23 29 B 8 3D 47
Octal 342 222 206 0 43 51 13 10 75 107
Binary 11100010 10010010 10000110 0 100011 101001 1011 1000 111101 1000111

Color Harmonies of #E29286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29286

Black with #E29286

Text Example


Text Example

White with #E29286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29286; }

 p { color: rgb(226,146,134); }

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

background-color css

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

 a { background-color: rgb(226,146,134); }

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

border-color css

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

 span { border-color: rgb(226,146,134); }

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