Html Css Color HEX #E29493 Petite Orchid

📋 copy color: '#E29493'

red 226 ◦ green 148 ◦ blue 147

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

Shades of Petite Orchid #E29493

Tints of Petite Orchid #E29493

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.41%

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

R = 43.38%
G = 28.41%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29493 (or 0xE29493) is known color: Petite Orchid. HEX triplet: E2, 94 and 93. RGB value is (226,148,147). Sum of RGB (Red+Green+Blue) = 226+148+147=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 148 (58.20% from 255 or 28.41% from 521); Blue value is 147 (57.81% from 255 or 28.21% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29493 is #1D6B6C. Grayscale: #ABABAB. Windows color (decimal): -1928045 or 9671906. OLE color: 9671906.

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

Color convert

RGB 226 148 147 -
CMYK 0 0.35 0.35 0.11
HSL 0.76º 0.58% 0.73% -
HSV(B) 0.76º 0.35% 0.89% -
XYZ 47.22 39.46 32.73 -
YUV 171.21 114.34 167.08 -
System Red Green Blue C M Y K H S L
Decimal 226 148 147 0 0.35 0.35 0.11 0.76 0.58 0.73
Hex E2 94 93 0 23 23 B 1 3A 49
Octal 342 224 223 0 43 43 13 1 72 111
Binary 11100010 10010100 10010011 0 100011 100011 1011 1 111010 1001001

Color Harmonies of #E29493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29493

Black with #E29493

Text Example


Text Example

White with #E29493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29493; }

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

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

background-color css

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

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

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

border-color css

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

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

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