Html Css Color HEX #E0978A Petite Orchid

📋 copy color: '#E0978A'

red 224 ◦ green 151 ◦ blue 138

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

Shades of Petite Orchid #E0978A

Tints of Petite Orchid #E0978A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.43%

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

R = 43.66%
G = 29.43%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#E0978A (or 0xE0978A) is known color: Petite Orchid. HEX triplet: E0, 97 and 8A. RGB value is (224,151,138). Sum of RGB (Red+Green+Blue) = 224+151+138=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 224 - color contains mainly: red. Hex color #E0978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0978A is #1F6875. Grayscale: #ABABAB. Windows color (decimal): -2058358 or 9082848. OLE color: 9082848.

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

Color convert

RGB 224 151 138 -
CMYK 0 0.33 0.38 0.12
HSL 9.07º 0.58% 0.71% -
HSV(B) 9.07º 0.38% 0.88% -
XYZ 46.39 39.82 29.28 -
YUV 171.35 109.18 165.56 -
System Red Green Blue C M Y K H S L
Decimal 224 151 138 0 0.33 0.38 0.12 9.07 0.58 0.71
Hex E0 97 8A 0 21 26 C 9 3A 47
Octal 340 227 212 0 41 46 14 11 72 107
Binary 11100000 10010111 10001010 0 100001 100110 1100 1001 111010 1000111

Color Harmonies of #E0978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0978A

Black with #E0978A

Text Example


Text Example

White with #E0978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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