Html Css Color HEX #E0988D Petite Orchid

📋 copy color: '#E0988D'

red 224 ◦ green 152 ◦ blue 141

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

Shades of Petite Orchid #E0988D

Tints of Petite Orchid #E0988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.27%

R = 43.33%
G = 29.4%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0988D (or 0xE0988D) is known color: Petite Orchid. HEX triplet: E0, 98 and 8D. RGB value is (224,152,141). Sum of RGB (Red+Green+Blue) = 224+152+141=517 (68% of max value = 765). Red value is 224 (87.89% from 255 or 43.33% from 517); Green value is 152 (59.77% from 255 or 29.40% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 224 - color contains mainly: red. Hex color #E0988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0988D is #1F6772. Grayscale: #ACACAC. Windows color (decimal): -2058099 or 9279712. OLE color: 9279712.

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

Color convert

RGB 224 152 141 -
CMYK 0 0.32 0.37 0.12
HSL 7.95º 0.57% 0.72% -
HSV(B) 7.95º 0.37% 0.88% -
XYZ 46.78 40.23 30.5 -
YUV 172.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 224 152 141 0 0.32 0.37 0.12 7.95 0.57 0.72
Hex E0 98 8D 0 20 25 C 8 39 48
Octal 340 230 215 0 40 45 14 10 71 110
Binary 11100000 10011000 10001101 0 100000 100101 1100 1000 111001 1001000

Color Harmonies of #E0988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0988D

Black with #E0988D

Text Example


Text Example

White with #E0988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0988D; }

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

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

background-color css

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

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

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

border-color css

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

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

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