Html Css Color HEX #E6978A Tonys Pink

📋 copy color: '#E6978A'

red 230 ◦ green 151 ◦ blue 138

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

Shades of Tonys Pink #E6978A

Tints of Tonys Pink #E6978A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.59%

R = 44.32%
G = 29.09%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6978A (or 0xE6978A) is known color: Tonys Pink. HEX triplet: E6, 97 and 8A. RGB value is (230,151,138). Sum of RGB (Red+Green+Blue) = 230+151+138=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6978A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6978A is #196875. Grayscale: #ADADAD. Windows color (decimal): -1665142 or 9082854. OLE color: 9082854.

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

Color convert

RGB 230 151 138 -
CMYK 0 0.34 0.4 0.10
HSL 8.48º 0.65% 0.72% -
HSV(B) 8.48º 0.4% 0.9% -
XYZ 48.29 40.79 29.37 -
YUV 173.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 230 151 138 0 0.34 0.4 0.10 8.48 0.65 0.72
Hex E6 97 8A 0 22 28 A 8 41 48
Octal 346 227 212 0 42 50 12 10 101 110
Binary 11100110 10010111 10001010 0 100010 101000 1010 1000 1000001 1001000

Color Harmonies of #E6978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6978A

Black with #E6978A

Text Example


Text Example

White with #E6978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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