Html Css Color HEX #E4978D Petite Orchid

📋 copy color: '#E4978D'

red 228 ◦ green 151 ◦ blue 141

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

Shades of Petite Orchid #E4978D

Tints of Petite Orchid #E4978D

RGB

 RED value IS 228 (89.45% from 255) = 43.85%

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

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

R = 43.85%
G = 29.04%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E4978D (or 0xE4978D) is known color: Petite Orchid. HEX triplet: E4, 97 and 8D. RGB value is (228,151,141). Sum of RGB (Red+Green+Blue) = 228+151+141=520 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.85% from 520); Green value is 151 (59.38% from 255 or 29.04% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 228 - color contains mainly: red. Hex color #E4978D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4978D is #1B6872. Grayscale: #ACACAC. Windows color (decimal): -1796211 or 9279460. OLE color: 9279460.

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

Color convert

RGB 228 151 141 -
CMYK 0 0.34 0.38 0.11
HSL 6.9º 0.62% 0.72% -
HSV(B) 6.9º 0.38% 0.89% -
XYZ 47.87 40.55 30.5 -
YUV 172.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 228 151 141 0 0.34 0.38 0.11 6.9 0.62 0.72
Hex E4 97 8D 0 22 26 B 7 3E 48
Octal 344 227 215 0 42 46 13 7 76 110
Binary 11100100 10010111 10001101 0 100010 100110 1011 111 111110 1001000

Color Harmonies of #E4978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4978D

Black with #E4978D

Text Example


Text Example

White with #E4978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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