Html Css Color HEX #E5978F Petite Orchid

📋 copy color: '#E5978F'

red 229 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #E5978F

Tints of Petite Orchid #E5978F

RGB

 RED value IS 229 (89.84% from 255) = 43.79%

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

 BLUE value IS 143 (56.25% from 255) = 27.34%

R = 43.79%
G = 28.87%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.10

RGB Variations

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

Color information

#E5978F (or 0xE5978F) is known color: Petite Orchid. HEX triplet: E5, 97 and 8F. RGB value is (229,151,143). Sum of RGB (Red+Green+Blue) = 229+151+143=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5978F is #1A6870. Grayscale: #ADADAD. Windows color (decimal): -1730673 or 9410533. OLE color: 9410533.

HSL color Cylindrical-coordinate representation of color #E5978F: hue angle of 5.58º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E5978F is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 151 143 -
CMYK 0 0.34 0.38 0.10
HSL 5.58º 0.62% 0.73% -
HSV(B) 5.58º 0.38% 0.9% -
XYZ 48.34 40.77 31.31 -
YUV 173.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 229 151 143 0 0.34 0.38 0.10 5.58 0.62 0.73
Hex E5 97 8F 0 22 26 A 6 3E 49
Octal 345 227 217 0 42 46 12 6 76 111
Binary 11100101 10010111 10001111 0 100010 100110 1010 110 111110 1001001

Color Harmonies of #E5978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5978F

Black with #E5978F

Text Example


Text Example

White with #E5978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5978F; }

 p { color: rgb(229,151,143); }

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

background-color css

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

 a { background-color: rgb(229,151,143); }

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

border-color css

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

 span { border-color: rgb(229,151,143); }

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