Html Css Color HEX #E6988A Tonys Pink

📋 copy color: '#E6988A'

red 230 ◦ green 152 ◦ blue 138

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

Shades of Tonys Pink #E6988A

Tints of Tonys Pink #E6988A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 29.23%

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

R = 44.23%
G = 29.23%
B = 26.54%

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

#E6988A (or 0xE6988A) is known color: Tonys Pink. HEX triplet: E6, 98 and 8A. RGB value is (230,152,138). Sum of RGB (Red+Green+Blue) = 230+152+138=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6988A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6988A is #196775. Grayscale: #ADADAD. Windows color (decimal): -1664886 or 9083110. OLE color: 9083110.

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

Color convert

RGB 230 152 138 -
CMYK 0 0.34 0.4 0.10
HSL 9.13º 0.65% 0.72% -
HSV(B) 9.13º 0.4% 0.9% -
XYZ 48.45 41.11 29.43 -
YUV 173.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 230 152 138 0 0.34 0.4 0.10 9.13 0.65 0.72
Hex E6 98 8A 0 22 28 A 9 41 48
Octal 346 230 212 0 42 50 12 11 101 110
Binary 11100110 10011000 10001010 0 100010 101000 1010 1001 1000001 1001000

Color Harmonies of #E6988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6988A

Black with #E6988A

Text Example


Text Example

White with #E6988A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6988A; }

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

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

background-color css

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

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

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

border-color css

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

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

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