Html Css Color HEX #E69D92 Tonys Pink

📋 copy color: '#E69D92'

red 230 ◦ green 157 ◦ blue 146

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

Shades of Tonys Pink #E69D92

Tints of Tonys Pink #E69D92

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.46%

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

R = 43.15%
G = 29.46%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E69D92 (or 0xE69D92) is known color: Tonys Pink. HEX triplet: E6, 9D and 92. RGB value is (230,157,146). Sum of RGB (Red+Green+Blue) = 230+157+146=533 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.15% from 533); Green value is 157 (61.72% from 255 or 29.46% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 230 - color contains mainly: red. Hex color #E69D92 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69D92 is #19626D. Grayscale: #B1B1B1. Windows color (decimal): -1663598 or 9608678. OLE color: 9608678.

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

Color convert

RGB 230 157 146 -
CMYK 0 0.32 0.37 0.10
HSL 7.86º 0.63% 0.74% -
HSV(B) 7.86º 0.37% 0.9% -
XYZ 49.88 43.01 32.87 -
YUV 177.57 110.18 165.39 -
System Red Green Blue C M Y K H S L
Decimal 230 157 146 0 0.32 0.37 0.10 7.86 0.63 0.74
Hex E6 9D 92 0 20 25 A 8 3F 4A
Octal 346 235 222 0 40 45 12 10 77 112
Binary 11100110 10011101 10010010 0 100000 100101 1010 1000 111111 1001010

Color Harmonies of #E69D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69D92

Black with #E69D92

Text Example


Text Example

White with #E69D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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