Html Css Color HEX #E09895 Petite Orchid

📋 copy color: '#E09895'

red 224 ◦ green 152 ◦ blue 149

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

Shades of Petite Orchid #E09895

Tints of Petite Orchid #E09895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.38%

R = 42.67%
G = 28.95%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09895 (or 0xE09895) is known color: Petite Orchid. HEX triplet: E0, 98 and 95. RGB value is (224,152,149). Sum of RGB (Red+Green+Blue) = 224+152+149=525 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.67% from 525); Green value is 152 (59.77% from 255 or 28.95% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 224 - color contains mainly: red. Hex color #E09895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09895 is #1F676A. Grayscale: #ADADAD. Windows color (decimal): -2058091 or 9804000. OLE color: 9804000.

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

Color convert

RGB 224 152 149 -
CMYK 0 0.32 0.33 0.12
HSL 2.4º 0.55% 0.73% -
HSV(B) 2.4º 0.33% 0.88% -
XYZ 47.39 40.47 33.75 -
YUV 173.19 114.35 164.24 -
System Red Green Blue C M Y K H S L
Decimal 224 152 149 0 0.32 0.33 0.12 2.4 0.55 0.73
Hex E0 98 95 0 20 21 C 2 37 49
Octal 340 230 225 0 40 41 14 2 67 111
Binary 11100000 10011000 10010101 0 100000 100001 1100 10 110111 1001001

Color Harmonies of #E09895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09895

Black with #E09895

Text Example


Text Example

White with #E09895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09895; }

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

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

background-color css

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

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

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

border-color css

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

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

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