Html Css Color HEX #E29087 Petite Orchid

📋 copy color: '#E29087'

red 226 ◦ green 144 ◦ blue 135

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

Shades of Petite Orchid #E29087

Tints of Petite Orchid #E29087

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.51%

 BLUE value IS 135 (53.13% from 255) = 26.73%

R = 44.75%
G = 28.51%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.11

RGB Variations

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

Color information

#E29087 (or 0xE29087) is known color: Petite Orchid. HEX triplet: E2, 90 and 87. RGB value is (226,144,135). Sum of RGB (Red+Green+Blue) = 226+144+135=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 135 (53.12% from 255 or 26.73% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29087 is #1D6F78. Grayscale: #A7A7A7. Windows color (decimal): -1929081 or 8884450. OLE color: 8884450.

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

Color convert

RGB 226 144 135 -
CMYK 0 0.36 0.40 0.11
HSL 5.93º 0.61% 0.71% -
HSV(B) 5.93º 0.4% 0.89% -
XYZ 45.71 37.86 27.82 -
YUV 167.49 109.67 169.73 -
System Red Green Blue C M Y K H S L
Decimal 226 144 135 0 0.36 0.40 0.11 5.93 0.61 0.71
Hex E2 90 87 0 24 28 B 6 3D 47
Octal 342 220 207 0 44 50 13 6 75 107
Binary 11100010 10010000 10000111 0 100100 101000 1011 110 111101 1000111

Color Harmonies of #E29087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29087

Black with #E29087

Text Example


Text Example

White with #E29087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29087; }

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

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

background-color css

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

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

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

border-color css

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

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

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