Html Css Color HEX #E29790 Petite Orchid

📋 copy color: '#E29790'

red 226 ◦ green 151 ◦ blue 144

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

Shades of Petite Orchid #E29790

Tints of Petite Orchid #E29790

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.98%

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

R = 43.38%
G = 28.98%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.11

RGB Variations

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

Color information

#E29790 (or 0xE29790) is known color: Petite Orchid. HEX triplet: E2, 97 and 90. RGB value is (226,151,144). Sum of RGB (Red+Green+Blue) = 226+151+144=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 151 (59.38% from 255 or 28.98% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E29790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29790 is #1D686F. Grayscale: #ACACAC. Windows color (decimal): -1927280 or 9476066. OLE color: 9476066.

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

Color convert

RGB 226 151 144 -
CMYK 0 0.33 0.36 0.11
HSL 5.12º 0.59% 0.73% -
HSV(B) 5.12º 0.36% 0.89% -
XYZ 47.46 40.32 31.67 -
YUV 172.63 111.85 166.07 -
System Red Green Blue C M Y K H S L
Decimal 226 151 144 0 0.33 0.36 0.11 5.12 0.59 0.73
Hex E2 97 90 0 21 24 B 5 3B 49
Octal 342 227 220 0 41 44 13 5 73 111
Binary 11100010 10010111 10010000 0 100001 100100 1011 101 111011 1001001

Color Harmonies of #E29790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29790

Black with #E29790

Text Example


Text Example

White with #E29790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29790; }

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

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

background-color css

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

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

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

border-color css

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

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

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