Html Css Color HEX #E09189 Petite Orchid

📋 copy color: '#E09189'

red 224 ◦ green 145 ◦ blue 137

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

Shades of Petite Orchid #E09189

Tints of Petite Orchid #E09189

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.66%

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

R = 44.27%
G = 28.66%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E09189 (or 0xE09189) is known color: Petite Orchid. HEX triplet: E0, 91 and 89. RGB value is (224,145,137). Sum of RGB (Red+Green+Blue) = 224+145+137=506 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.27% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 224 - color contains mainly: red. Hex color #E09189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09189 is #1F6E76. Grayscale: #A7A7A7. Windows color (decimal): -2059895 or 9015776. OLE color: 9015776.

HSL color Cylindrical-coordinate representation of color #E09189: hue angle of 5.52º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E09189 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 145 137 -
CMYK 0 0.35 0.39 0.12
HSL 5.52º 0.58% 0.71% -
HSV(B) 5.52º 0.39% 0.88% -
XYZ 45.38 37.9 28.59 -
YUV 167.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 224 145 137 0 0.35 0.39 0.12 5.52 0.58 0.71
Hex E0 91 89 0 23 27 C 6 3A 47
Octal 340 221 211 0 43 47 14 6 72 107
Binary 11100000 10010001 10001001 0 100011 100111 1100 110 111010 1000111

Color Harmonies of #E09189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09189

Black with #E09189

Text Example


Text Example

White with #E09189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09189; }

 p { color: rgb(224,145,137); }

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

background-color css

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

 a { background-color: rgb(224,145,137); }

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

border-color css

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

 span { border-color: rgb(224,145,137); }

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