Html Css Color HEX #E09087 Petite Orchid

📋 copy color: '#E09087'

red 224 ◦ green 144 ◦ blue 135

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

Shades of Petite Orchid #E09087

Tints of Petite Orchid #E09087

RGB

 RED value IS 224 (87.89% from 255) = 44.53%

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

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

R = 44.53%
G = 28.63%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#E09087 (or 0xE09087) is known color: Petite Orchid. HEX triplet: E0, 90 and 87. RGB value is (224,144,135). Sum of RGB (Red+Green+Blue) = 224+144+135=503 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.53% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 135 (53.12% from 255 or 26.84% from 503); Max value from RGB is 224 - color contains mainly: red. Hex color #E09087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09087 is #1F6F78. Grayscale: #A7A7A7. Windows color (decimal): -2060153 or 8884448. OLE color: 8884448.

HSL color Cylindrical-coordinate representation of color #E09087: hue angle of 6.07º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E09087 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 144 135 -
CMYK 0 0.36 0.40 0.12
HSL 6.07º 0.59% 0.7% -
HSV(B) 6.07º 0.4% 0.88% -
XYZ 45.09 37.54 27.79 -
YUV 166.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 224 144 135 0 0.36 0.40 0.12 6.07 0.59 0.7
Hex E0 90 87 0 24 28 C 6 3B 46
Octal 340 220 207 0 44 50 14 6 73 106
Binary 11100000 10010000 10000111 0 100100 101000 1100 110 111011 1000110

Color Harmonies of #E09087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09087

Black with #E09087

Text Example


Text Example

White with #E09087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09087; }

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

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

background-color css

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

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

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

border-color css

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

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

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