Html Css Color HEX #E09488 Petite Orchid

📋 copy color: '#E09488'

red 224 ◦ green 148 ◦ blue 136

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

Shades of Petite Orchid #E09488

Tints of Petite Orchid #E09488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.13%

 BLUE value IS 136 (53.52% from 255) = 26.77%

R = 44.09%
G = 29.13%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#E09488 (or 0xE09488) is known color: Petite Orchid. HEX triplet: E0, 94 and 88. RGB value is (224,148,136). Sum of RGB (Red+Green+Blue) = 224+148+136=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E09488 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09488 is #1F6B77. Grayscale: #A9A9A9. Windows color (decimal): -2059128 or 8951008. OLE color: 8951008.

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

Color convert

RGB 224 148 136 -
CMYK 0 0.34 0.39 0.12
HSL 8.18º 0.59% 0.71% -
HSV(B) 8.18º 0.39% 0.88% -
XYZ 45.77 38.8 28.37 -
YUV 169.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 224 148 136 0 0.34 0.39 0.12 8.18 0.59 0.71
Hex E0 94 88 0 22 27 C 8 3B 47
Octal 340 224 210 0 42 47 14 10 73 107
Binary 11100000 10010100 10001000 0 100010 100111 1100 1000 111011 1000111

Color Harmonies of #E09488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09488

Black with #E09488

Text Example


Text Example

White with #E09488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09488; }

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

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

background-color css

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

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

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

border-color css

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

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

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