Html Css Color HEX #E6998A Tonys Pink

📋 copy color: '#E6998A'

red 230 ◦ green 153 ◦ blue 138

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

Shades of Tonys Pink #E6998A

Tints of Tonys Pink #E6998A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.37%

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

R = 44.15%
G = 29.37%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6998A (or 0xE6998A) is known color: Tonys Pink. HEX triplet: E6, 99 and 8A. RGB value is (230,153,138). Sum of RGB (Red+Green+Blue) = 230+153+138=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6998A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6998A is #196675. Grayscale: #AEAEAE. Windows color (decimal): -1664630 or 9083366. OLE color: 9083366.

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

Color convert

RGB 230 153 138 -
CMYK 0 0.33 0.4 0.10
HSL 9.78º 0.65% 0.72% -
HSV(B) 9.78º 0.4% 0.9% -
XYZ 48.61 41.44 29.48 -
YUV 174.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 230 153 138 0 0.33 0.4 0.10 9.78 0.65 0.72
Hex E6 99 8A 0 21 28 A A 41 48
Octal 346 231 212 0 41 50 12 12 101 110
Binary 11100110 10011001 10001010 0 100001 101000 1010 1010 1000001 1001000

Color Harmonies of #E6998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6998A

Black with #E6998A

Text Example


Text Example

White with #E6998A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6998A; }

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

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

background-color css

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

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

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

border-color css

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

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

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