Html Css Color HEX #E1978F Petite Orchid

📋 copy color: '#E1978F'

red 225 ◦ green 151 ◦ blue 143

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

Shades of Petite Orchid #E1978F

Tints of Petite Orchid #E1978F

RGB

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

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

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

R = 43.35%
G = 29.09%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.12

RGB Variations

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

Color information

#E1978F (or 0xE1978F) is known color: Petite Orchid. HEX triplet: E1, 97 and 8F. RGB value is (225,151,143). Sum of RGB (Red+Green+Blue) = 225+151+143=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E1978F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1978F is #1E6870. Grayscale: #ACACAC. Windows color (decimal): -1992817 or 9410529. OLE color: 9410529.

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

Color convert

RGB 225 151 143 -
CMYK 0 0.33 0.36 0.12
HSL 5.85º 0.58% 0.72% -
HSV(B) 5.85º 0.36% 0.88% -
XYZ 47.08 40.12 31.25 -
YUV 172.21 111.52 165.65 -
System Red Green Blue C M Y K H S L
Decimal 225 151 143 0 0.33 0.36 0.12 5.85 0.58 0.72
Hex E1 97 8F 0 21 24 C 6 3A 48
Octal 341 227 217 0 41 44 14 6 72 110
Binary 11100001 10010111 10001111 0 100001 100100 1100 110 111010 1001000

Color Harmonies of #E1978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1978F

Black with #E1978F

Text Example


Text Example

White with #E1978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1978F; }

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

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

background-color css

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

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

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

border-color css

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

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

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