Html Css Color HEX #E09B98 Petite Orchid

📋 copy color: '#E09B98'

red 224 ◦ green 155 ◦ blue 152

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

Shades of Petite Orchid #E09B98

Tints of Petite Orchid #E09B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.63%

R = 42.18%
G = 29.19%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E09B98 (or 0xE09B98) is known color: Petite Orchid. HEX triplet: E0, 9B and 98. RGB value is (224,155,152). Sum of RGB (Red+Green+Blue) = 224+155+152=531 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.18% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 224 - color contains mainly: red. Hex color #E09B98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09B98 is #1F6467. Grayscale: #AFAFAF. Windows color (decimal): -2057320 or 10001376. OLE color: 10001376.

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

Color convert

RGB 224 155 152 -
CMYK 0 0.31 0.32 0.12
HSL 2.5º 0.54% 0.74% -
HSV(B) 2.5º 0.32% 0.88% -
XYZ 48.13 41.56 35.19 -
YUV 175.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 224 155 152 0 0.31 0.32 0.12 2.5 0.54 0.74
Hex E0 9B 98 0 1F 20 C 2 36 4A
Octal 340 233 230 0 37 40 14 2 66 112
Binary 11100000 10011011 10011000 0 11111 100000 1100 10 110110 1001010

Color Harmonies of #E09B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09B98

Black with #E09B98

Text Example


Text Example

White with #E09B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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