Html Css Color HEX #E29689 Petite Orchid

📋 copy color: '#E29689'

red 226 ◦ green 150 ◦ blue 137

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

Shades of Petite Orchid #E29689

Tints of Petite Orchid #E29689

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.24%

 BLUE value IS 137 (53.91% from 255) = 26.71%

R = 44.05%
G = 29.24%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.11

RGB Variations

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

Color information

#E29689 (or 0xE29689) is known color: Petite Orchid. HEX triplet: E2, 96 and 89. RGB value is (226,150,137). Sum of RGB (Red+Green+Blue) = 226+150+137=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 226 - color contains mainly: red. Hex color #E29689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29689 is #1D6976. Grayscale: #ABABAB. Windows color (decimal): -1927543 or 9017058. OLE color: 9017058.

HSL color Cylindrical-coordinate representation of color #E29689: hue angle of 8.76º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E29689 is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 150 137 -
CMYK 0 0.34 0.39 0.11
HSL 8.76º 0.61% 0.71% -
HSV(B) 8.76º 0.39% 0.89% -
XYZ 46.79 39.79 28.88 -
YUV 171.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 226 150 137 0 0.34 0.39 0.11 8.76 0.61 0.71
Hex E2 96 89 0 22 27 B 9 3D 47
Octal 342 226 211 0 42 47 13 11 75 107
Binary 11100010 10010110 10001001 0 100010 100111 1011 1001 111101 1000111

Color Harmonies of #E29689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29689

Black with #E29689

Text Example


Text Example

White with #E29689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29689; }

 p { color: rgb(226,150,137); }

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

background-color css

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

 a { background-color: rgb(226,150,137); }

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

border-color css

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

 span { border-color: rgb(226,150,137); }

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