Html Css Color HEX #E29990 Petite Orchid

📋 copy color: '#E29990'

red 226 ◦ green 153 ◦ blue 144

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

Shades of Petite Orchid #E29990

Tints of Petite Orchid #E29990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.53%

R = 43.21%
G = 29.25%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E29990 (or 0xE29990) is known color: Petite Orchid. HEX triplet: E2, 99 and 90. RGB value is (226,153,144). Sum of RGB (Red+Green+Blue) = 226+153+144=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 153 (60.16% from 255 or 29.25% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 226 - color contains mainly: red. Hex color #E29990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29990 is #1D666F. Grayscale: #ADADAD. Windows color (decimal): -1926768 or 9476578. OLE color: 9476578.

HSL color Cylindrical-coordinate representation of color #E29990: hue angle of 6.59º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E29990 is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 153 144 -
CMYK 0 0.32 0.36 0.11
HSL 6.59º 0.59% 0.73% -
HSV(B) 6.59º 0.36% 0.89% -
XYZ 47.79 40.96 31.77 -
YUV 173.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 226 153 144 0 0.32 0.36 0.11 6.59 0.59 0.73
Hex E2 99 90 0 20 24 B 7 3B 49
Octal 342 231 220 0 40 44 13 7 73 111
Binary 11100010 10011001 10010000 0 100000 100100 1011 111 111011 1001001

Color Harmonies of #E29990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29990

Black with #E29990

Text Example


Text Example

White with #E29990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29990; }

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

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

background-color css

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

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

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

border-color css

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

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

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