Html Css Color HEX #E09898 Petite Orchid

📋 copy color: '#E09898'

red 224 ◦ green 152 ◦ blue 152

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

Shades of Petite Orchid #E09898

Tints of Petite Orchid #E09898

RGB

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

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

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

R = 42.42%
G = 28.79%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#E09898 (or 0xE09898) is known color: Petite Orchid. HEX triplet: E0, 98 and 98. RGB value is (224,152,152). Sum of RGB (Red+Green+Blue) = 224+152+152=528 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.42% from 528); Green value is 152 (59.77% from 255 or 28.79% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 224 - color contains mainly: red. Hex color #E09898 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09898 is #1F6767. Grayscale: #ADADAD. Windows color (decimal): -2058088 or 10000608. OLE color: 10000608.

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

Color convert

RGB 224 152 152 -
CMYK 0 0.32 0.32 0.12
HSL 0.54% 0.74% -
HSV(B) 0.32% 0.88% -
XYZ 47.64 40.57 35.03 -
YUV 173.53 115.85 164 -
System Red Green Blue C M Y K H S L
Decimal 224 152 152 0 0.32 0.32 0.12 0 0.54 0.74
Hex E0 98 98 0 20 20 C 0 36 4A
Octal 340 230 230 0 40 40 14 0 66 112
Binary 11100000 10011000 10011000 0 100000 100000 1100 0 110110 1001010

Color Harmonies of #E09898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09898

Black with #E09898

Text Example


Text Example

White with #E09898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09898; }

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

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

background-color css

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

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

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

border-color css

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

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

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