Html Css Color HEX #E29892 Petite Orchid

📋 copy color: '#E29892'

red 226 ◦ green 152 ◦ blue 146

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

Shades of Petite Orchid #E29892

Tints of Petite Orchid #E29892

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

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

R = 43.13%
G = 29.01%
B = 27.86%

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

#E29892 (or 0xE29892) is known color: Petite Orchid. HEX triplet: E2, 98 and 92. RGB value is (226,152,146). Sum of RGB (Red+Green+Blue) = 226+152+146=524 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.13% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 226 - color contains mainly: red. Hex color #E29892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29892 is #1D676D. Grayscale: #ADADAD. Windows color (decimal): -1927022 or 9607394. OLE color: 9607394.

HSL color Cylindrical-coordinate representation of color #E29892: hue angle of 4.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 #E29892 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 152 146 -
CMYK 0 0.33 0.35 0.11
HSL 4.5º 0.58% 0.73% -
HSV(B) 4.5º 0.35% 0.89% -
XYZ 47.78 40.7 32.53 -
YUV 173.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 226 152 146 0 0.33 0.35 0.11 4.5 0.58 0.73
Hex E2 98 92 0 21 23 B 4 3A 49
Octal 342 230 222 0 41 43 13 4 72 111
Binary 11100010 10011000 10010010 0 100001 100011 1011 100 111010 1001001

Color Harmonies of #E29892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29892

Black with #E29892

Text Example


Text Example

White with #E29892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29892; }

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

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

background-color css

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

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

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

border-color css

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

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

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