Html Css Color HEX #E29993 Petite Orchid

📋 copy color: '#E29993'

red 226 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #E29993

Tints of Petite Orchid #E29993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.09%

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

R = 42.97%
G = 29.09%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.11

RGB Variations

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

Color information

#E29993 (or 0xE29993) is known color: Petite Orchid. HEX triplet: E2, 99 and 93. RGB value is (226,153,147). Sum of RGB (Red+Green+Blue) = 226+153+147=526 (69% of max value = 765). Red value is 226 (88.67% from 255 or 42.97% from 526); Green value is 153 (60.16% from 255 or 29.09% from 526); Blue value is 147 (57.81% from 255 or 27.95% from 526); Max value from RGB is 226 - color contains mainly: red. Hex color #E29993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29993 is #1D666C. Grayscale: #AEAEAE. Windows color (decimal): -1926765 or 9673186. OLE color: 9673186.

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

Color convert

RGB 226 153 147 -
CMYK 0 0.32 0.35 0.11
HSL 4.56º 0.58% 0.73% -
HSV(B) 4.56º 0.35% 0.89% -
XYZ 48.02 41.06 33 -
YUV 174.14 112.68 164.99 -
System Red Green Blue C M Y K H S L
Decimal 226 153 147 0 0.32 0.35 0.11 4.56 0.58 0.73
Hex E2 99 93 0 20 23 B 5 3A 49
Octal 342 231 223 0 40 43 13 5 72 111
Binary 11100010 10011001 10010011 0 100000 100011 1011 101 111010 1001001

Color Harmonies of #E29993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29993

Black with #E29993

Text Example


Text Example

White with #E29993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29993; }

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

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

background-color css

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

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

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

border-color css

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

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

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