Html Css Color HEX #E29B96 Petite Orchid

📋 copy color: '#E29B96'

red 226 ◦ green 155 ◦ blue 150

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

Shades of Petite Orchid #E29B96

Tints of Petite Orchid #E29B96

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.19%

 BLUE value IS 150 (58.98% from 255) = 28.25%

R = 42.56%
G = 29.19%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#E29B96 (or 0xE29B96) is known color: Petite Orchid. HEX triplet: E2, 9B and 96. RGB value is (226,155,150). Sum of RGB (Red+Green+Blue) = 226+155+150=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 226 - color contains mainly: red. Hex color #E29B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29B96 is #1D6469. Grayscale: #AFAFAF. Windows color (decimal): -1926250 or 9870306. OLE color: 9870306.

HSL color Cylindrical-coordinate representation of color #E29B96: hue angle of 3.95º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E29B96 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 155 150 -
CMYK 0 0.31 0.34 0.11
HSL 3.95º 0.57% 0.74% -
HSV(B) 3.95º 0.34% 0.89% -
XYZ 48.59 41.81 34.36 -
YUV 175.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 226 155 150 0 0.31 0.34 0.11 3.95 0.57 0.74
Hex E2 9B 96 0 1F 22 B 4 39 4A
Octal 342 233 226 0 37 42 13 4 71 112
Binary 11100010 10011011 10010110 0 11111 100010 1011 100 111001 1001010

Color Harmonies of #E29B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29B96

Black with #E29B96

Text Example


Text Example

White with #E29B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29B96; }

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

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

background-color css

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

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

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

border-color css

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

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

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