Html Css Color HEX #E0988A Petite Orchid

📋 copy color: '#E0988A'

red 224 ◦ green 152 ◦ blue 138

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

Shades of Petite Orchid #E0988A

Tints of Petite Orchid #E0988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 43.58%
G = 29.57%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0988A (or 0xE0988A) is known color: Petite Orchid. HEX triplet: E0, 98 and 8A. RGB value is (224,152,138). Sum of RGB (Red+Green+Blue) = 224+152+138=514 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.58% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 224 - color contains mainly: red. Hex color #E0988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0988A is #1F6775. Grayscale: #ACACAC. Windows color (decimal): -2058102 or 9083104. OLE color: 9083104.

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

Color convert

RGB 224 152 138 -
CMYK 0 0.32 0.38 0.12
HSL 9.77º 0.58% 0.71% -
HSV(B) 9.77º 0.38% 0.88% -
XYZ 46.56 40.14 29.34 -
YUV 171.93 108.85 165.14 -
System Red Green Blue C M Y K H S L
Decimal 224 152 138 0 0.32 0.38 0.12 9.77 0.58 0.71
Hex E0 98 8A 0 20 26 C A 3A 47
Octal 340 230 212 0 40 46 14 12 72 107
Binary 11100000 10011000 10001010 0 100000 100110 1100 1010 111010 1000111

Color Harmonies of #E0988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0988A

Black with #E0988A

Text Example


Text Example

White with #E0988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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