Html Css Color HEX #E29C92 Petite Orchid

📋 copy color: '#E29C92'

red 226 ◦ green 156 ◦ blue 146

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

Shades of Petite Orchid #E29C92

Tints of Petite Orchid #E29C92

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.55%

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 42.8%
G = 29.55%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29C92 (or 0xE29C92) is known color: Petite Orchid. HEX triplet: E2, 9C and 92. RGB value is (226,156,146). Sum of RGB (Red+Green+Blue) = 226+156+146=528 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.80% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 226 - color contains mainly: red. Hex color #E29C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29C92 is #1D636D. Grayscale: #AFAFAF. Windows color (decimal): -1925998 or 9608418. OLE color: 9608418.

HSL color Cylindrical-coordinate representation of color #E29C92: hue angle of 7.5º degrees, saturation: 0.58, 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 #E29C92 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 156 146 -
CMYK 0 0.31 0.35 0.11
HSL 7.5º 0.58% 0.73% -
HSV(B) 7.5º 0.35% 0.89% -
XYZ 48.44 42.02 32.75 -
YUV 175.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 226 156 146 0 0.31 0.35 0.11 7.5 0.58 0.73
Hex E2 9C 92 0 1F 23 B 8 3A 49
Octal 342 234 222 0 37 43 13 10 72 111
Binary 11100010 10011100 10010010 0 11111 100011 1011 1000 111010 1001001

Color Harmonies of #E29C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29C92

Black with #E29C92

Text Example


Text Example

White with #E29C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29C92; }

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

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

background-color css

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

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

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

border-color css

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

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

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