Html Css Color HEX #E29794 Petite Orchid

📋 copy color: '#E29794'

red 226 ◦ green 151 ◦ blue 148

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

Shades of Petite Orchid #E29794

Tints of Petite Orchid #E29794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.76%

 BLUE value IS 148 (58.2% from 255) = 28.19%

R = 43.05%
G = 28.76%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29794 (or 0xE29794) is known color: Petite Orchid. HEX triplet: E2, 97 and 94. RGB value is (226,151,148). Sum of RGB (Red+Green+Blue) = 226+151+148=525 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.05% from 525); Green value is 151 (59.38% from 255 or 28.76% from 525); Blue value is 148 (58.20% from 255 or 28.19% from 525); Max value from RGB is 226 - color contains mainly: red. Hex color #E29794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29794 is #1D686B. Grayscale: #ADADAD. Windows color (decimal): -1927276 or 9738210. OLE color: 9738210.

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

Color convert

RGB 226 151 148 -
CMYK 0 0.33 0.35 0.11
HSL 2.31º 0.57% 0.73% -
HSV(B) 2.31º 0.35% 0.89% -
XYZ 47.78 40.44 33.3 -
YUV 173.08 113.85 165.74 -
System Red Green Blue C M Y K H S L
Decimal 226 151 148 0 0.33 0.35 0.11 2.31 0.57 0.73
Hex E2 97 94 0 21 23 B 2 39 49
Octal 342 227 224 0 41 43 13 2 71 111
Binary 11100010 10010111 10010100 0 100001 100011 1011 10 111001 1001001

Color Harmonies of #E29794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29794

Black with #E29794

Text Example


Text Example

White with #E29794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29794; }

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

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

background-color css

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

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

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

border-color css

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

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

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