Html Css Color HEX #E29997 Petite Orchid

📋 copy color: '#E29997'

red 226 ◦ green 153 ◦ blue 151

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

Shades of Petite Orchid #E29997

Tints of Petite Orchid #E29997

RGB

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

 GREEN value IS 153 (60.16% from 255) = 28.87%

 BLUE value IS 151 (59.38% from 255) = 28.49%

R = 42.64%
G = 28.87%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.11

RGB Variations

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

Color information

#E29997 (or 0xE29997) is known color: Petite Orchid. HEX triplet: E2, 99 and 97. RGB value is (226,153,151). Sum of RGB (Red+Green+Blue) = 226+153+151=530 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.64% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 226 - color contains mainly: red. Hex color #E29997 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29997 is #1D6668. Grayscale: #AEAEAE. Windows color (decimal): -1926761 or 9935330. OLE color: 9935330.

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

Color convert

RGB 226 153 151 -
CMYK 0 0.32 0.33 0.11
HSL 1.6º 0.56% 0.74% -
HSV(B) 1.6º 0.33% 0.89% -
XYZ 48.34 41.19 34.68 -
YUV 174.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 226 153 151 0 0.32 0.33 0.11 1.6 0.56 0.74
Hex E2 99 97 0 20 21 B 2 38 4A
Octal 342 231 227 0 40 41 13 2 70 112
Binary 11100010 10011001 10010111 0 100000 100001 1011 10 111000 1001010

Color Harmonies of #E29997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29997

Black with #E29997

Text Example


Text Example

White with #E29997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29997; }

 p { color: rgb(226,153,151); }

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

background-color css

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

 a { background-color: rgb(226,153,151); }

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

border-color css

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

 span { border-color: rgb(226,153,151); }

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