Html Css Color HEX #E1978D Petite Orchid

📋 copy color: '#E1978D'

red 225 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #E1978D

Tints of Petite Orchid #E1978D

RGB

 RED value IS 225 (88.28% from 255) = 43.52%

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

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

R = 43.52%
G = 29.21%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E1978D (or 0xE1978D) is known color: Petite Orchid. HEX triplet: E1, 97 and 8D. RGB value is (225,151,141). Sum of RGB (Red+Green+Blue) = 225+151+141=517 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.52% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 225 - color contains mainly: red. Hex color #E1978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1978D is #1E6872. Grayscale: #ACACAC. Windows color (decimal): -1992819 or 9279457. OLE color: 9279457.

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

Color convert

RGB 225 151 141 -
CMYK 0 0.33 0.37 0.12
HSL 7.14º 0.58% 0.72% -
HSV(B) 7.14º 0.37% 0.88% -
XYZ 46.93 40.06 30.46 -
YUV 171.99 110.52 165.81 -
System Red Green Blue C M Y K H S L
Decimal 225 151 141 0 0.33 0.37 0.12 7.14 0.58 0.72
Hex E1 97 8D 0 21 25 C 7 3A 48
Octal 341 227 215 0 41 45 14 7 72 110
Binary 11100001 10010111 10001101 0 100001 100101 1100 111 111010 1001000

Color Harmonies of #E1978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1978D

Black with #E1978D

Text Example


Text Example

White with #E1978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1978D; }

 p { color: rgb(225,151,141); }

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

background-color css

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

 a { background-color: rgb(225,151,141); }

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

border-color css

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

 span { border-color: rgb(225,151,141); }

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