Html Css Color HEX #E09B95 Petite Orchid

📋 copy color: '#E09B95'

red 224 ◦ green 155 ◦ blue 149

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

Shades of Petite Orchid #E09B95

Tints of Petite Orchid #E09B95

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.36%

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

R = 42.42%
G = 29.36%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#E09B95 (or 0xE09B95) is known color: Petite Orchid. HEX triplet: E0, 9B and 95. RGB value is (224,155,149). Sum of RGB (Red+Green+Blue) = 224+155+149=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B95 is #1F646A. Grayscale: #AFAFAF. Windows color (decimal): -2057323 or 9804768. OLE color: 9804768.

HSL color Cylindrical-coordinate representation of color #E09B95: hue angle of 4.8º 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 #E09B95 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 155 149 -
CMYK 0 0.31 0.33 0.12
HSL 4.8º 0.55% 0.73% -
HSV(B) 4.8º 0.33% 0.88% -
XYZ 47.89 41.46 33.91 -
YUV 174.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 224 155 149 0 0.31 0.33 0.12 4.8 0.55 0.73
Hex E0 9B 95 0 1F 21 C 5 37 49
Octal 340 233 225 0 37 41 14 5 67 111
Binary 11100000 10011011 10010101 0 11111 100001 1100 101 110111 1001001

Color Harmonies of #E09B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B95

Black with #E09B95

Text Example


Text Example

White with #E09B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B95; }

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

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

background-color css

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

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

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

border-color css

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

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

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