Html Css Color HEX #E69F92 Tonys Pink

📋 copy color: '#E69F92'

red 230 ◦ green 159 ◦ blue 146

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

Shades of Tonys Pink #E69F92

Tints of Tonys Pink #E69F92

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.72%

 BLUE value IS 146 (57.42% from 255) = 27.29%

R = 42.99%
G = 29.72%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69F92 (or 0xE69F92) is known color: Tonys Pink. HEX triplet: E6, 9F and 92. RGB value is (230,159,146). Sum of RGB (Red+Green+Blue) = 230+159+146=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69F92 is #19606D. Grayscale: #B2B2B2. Windows color (decimal): -1663086 or 9609190. OLE color: 9609190.

HSL color Cylindrical-coordinate representation of color #E69F92: hue angle of 9.29º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E69F92 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 159 146 -
CMYK 0 0.31 0.37 0.10
HSL 9.29º 0.63% 0.74% -
HSV(B) 9.29º 0.37% 0.9% -
XYZ 50.22 43.69 32.98 -
YUV 178.75 109.52 164.56 -
System Red Green Blue C M Y K H S L
Decimal 230 159 146 0 0.31 0.37 0.10 9.29 0.63 0.74
Hex E6 9F 92 0 1F 25 A 9 3F 4A
Octal 346 237 222 0 37 45 12 11 77 112
Binary 11100110 10011111 10010010 0 11111 100101 1010 1001 111111 1001010

Color Harmonies of #E69F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F92

Black with #E69F92

Text Example


Text Example

White with #E69F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F92; }

 p { color: rgb(230,159,146); }

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

background-color css

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

 a { background-color: rgb(230,159,146); }

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

border-color css

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

 span { border-color: rgb(230,159,146); }

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