Html Css Color HEX #E29593 Petite Orchid

📋 copy color: '#E29593'

red 226 ◦ green 149 ◦ blue 147

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

Shades of Petite Orchid #E29593

Tints of Petite Orchid #E29593

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.54%

 BLUE value IS 147 (57.81% from 255) = 28.16%

R = 43.3%
G = 28.54%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29593 (or 0xE29593) is known color: Petite Orchid. HEX triplet: E2, 95 and 93. RGB value is (226,149,147). Sum of RGB (Red+Green+Blue) = 226+149+147=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 226 - color contains mainly: red. Hex color #E29593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29593 is #1D6A6C. Grayscale: #ABABAB. Windows color (decimal): -1927789 or 9672162. OLE color: 9672162.

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

Color convert

RGB 226 149 147 -
CMYK 0 0.34 0.35 0.11
HSL 1.52º 0.58% 0.73% -
HSV(B) 1.52º 0.35% 0.89% -
XYZ 47.38 39.77 32.78 -
YUV 171.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 226 149 147 0 0.34 0.35 0.11 1.52 0.58 0.73
Hex E2 95 93 0 22 23 B 2 3A 49
Octal 342 225 223 0 42 43 13 2 72 111
Binary 11100010 10010101 10010011 0 100010 100011 1011 10 111010 1001001

Color Harmonies of #E29593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29593

Black with #E29593

Text Example


Text Example

White with #E29593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29593; }

 p { color: rgb(226,149,147); }

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

background-color css

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

 a { background-color: rgb(226,149,147); }

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

border-color css

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

 span { border-color: rgb(226,149,147); }

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