Html Css Color HEX #E6968A Tonys Pink

📋 copy color: '#E6968A'

red 230 ◦ green 150 ◦ blue 138

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

Shades of Tonys Pink #E6968A

Tints of Tonys Pink #E6968A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.96%

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

R = 44.4%
G = 28.96%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6968A (or 0xE6968A) is known color: Tonys Pink. HEX triplet: E6, 96 and 8A. RGB value is (230,150,138). Sum of RGB (Red+Green+Blue) = 230+150+138=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 150 (58.98% from 255 or 28.96% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6968A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6968A is #196975. Grayscale: #ACACAC. Windows color (decimal): -1665398 or 9082598. OLE color: 9082598.

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

Color convert

RGB 230 150 138 -
CMYK 0 0.35 0.4 0.10
HSL 7.83º 0.65% 0.72% -
HSV(B) 7.83º 0.4% 0.9% -
XYZ 48.13 40.47 29.32 -
YUV 172.55 108.5 168.98 -
System Red Green Blue C M Y K H S L
Decimal 230 150 138 0 0.35 0.4 0.10 7.83 0.65 0.72
Hex E6 96 8A 0 23 28 A 8 41 48
Octal 346 226 212 0 43 50 12 10 101 110
Binary 11100110 10010110 10001010 0 100011 101000 1010 1000 1000001 1001000

Color Harmonies of #E6968A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6968A

Black with #E6968A

Text Example


Text Example

White with #E6968A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6968A; }

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

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

background-color css

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

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

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

border-color css

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

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

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