Html Css Color HEX #E6978E Sweet Pink

📋 copy color: '#E6978E'

red 230 ◦ green 151 ◦ blue 142

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

Shades of Sweet Pink #E6978E

Tints of Sweet Pink #E6978E

RGB

 RED value IS 230 (90.23% from 255) = 43.98%

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

 BLUE value IS 142 (55.86% from 255) = 27.15%

R = 43.98%
G = 28.87%
B = 27.15%

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

#E6978E (or 0xE6978E) is known color: Sweet Pink. HEX triplet: E6, 97 and 8E. RGB value is (230,151,142). Sum of RGB (Red+Green+Blue) = 230+151+142=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 151 (59.38% from 255 or 28.87% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6978E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6978E is #196871. Grayscale: #ADADAD. Windows color (decimal): -1665138 or 9344998. OLE color: 9344998.

HSL color Cylindrical-coordinate representation of color #E6978E: hue angle of 6.14º degrees, saturation: 0.64, 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 #E6978E is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 151 142 -
CMYK 0 0.34 0.38 0.10
HSL 6.14º 0.64% 0.73% -
HSV(B) 6.14º 0.38% 0.9% -
XYZ 48.58 40.91 30.93 -
YUV 173.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 230 151 142 0 0.34 0.38 0.10 6.14 0.64 0.73
Hex E6 97 8E 0 22 26 A 6 40 49
Octal 346 227 216 0 42 46 12 6 100 111
Binary 11100110 10010111 10001110 0 100010 100110 1010 110 1000000 1001001

Color Harmonies of #E6978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6978E

Black with #E6978E

Text Example


Text Example

White with #E6978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6978E; }

 p { color: rgb(230,151,142); }

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

background-color css

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

 a { background-color: rgb(230,151,142); }

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

border-color css

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

 span { border-color: rgb(230,151,142); }

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