Html Css Color HEX #E09894 Petite Orchid

📋 copy color: '#E09894'

red 224 ◦ green 152 ◦ blue 148

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

Shades of Petite Orchid #E09894

Tints of Petite Orchid #E09894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.01%

 BLUE value IS 148 (58.2% from 255) = 28.24%

R = 42.75%
G = 29.01%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.12

RGB Variations

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

Color information

#E09894 (or 0xE09894) is known color: Petite Orchid. HEX triplet: E0, 98 and 94. RGB value is (224,152,148). Sum of RGB (Red+Green+Blue) = 224+152+148=524 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.75% from 524); Green value is 152 (59.77% from 255 or 29.01% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 224 - color contains mainly: red. Hex color #E09894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09894 is #1F676B. Grayscale: #ADADAD. Windows color (decimal): -2058092 or 9738464. OLE color: 9738464.

HSL color Cylindrical-coordinate representation of color #E09894: hue angle of 3.16º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E09894 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 152 148 -
CMYK 0 0.32 0.34 0.12
HSL 3.16º 0.55% 0.73% -
HSV(B) 3.16º 0.34% 0.88% -
XYZ 47.31 40.44 33.33 -
YUV 173.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 224 152 148 0 0.32 0.34 0.12 3.16 0.55 0.73
Hex E0 98 94 0 20 22 C 3 37 49
Octal 340 230 224 0 40 42 14 3 67 111
Binary 11100000 10011000 10010100 0 100000 100010 1100 11 110111 1001001

Color Harmonies of #E09894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09894

Black with #E09894

Text Example


Text Example

White with #E09894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09894; }

 p { color: rgb(224,152,148); }

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

background-color css

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

 a { background-color: rgb(224,152,148); }

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

border-color css

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

 span { border-color: rgb(224,152,148); }

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