Html Css Color HEX #E19485 Tonys Pink

📋 copy color: '#E19485'

red 225 ◦ green 148 ◦ blue 133

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

Shades of Tonys Pink #E19485

Tints of Tonys Pink #E19485

RGB

 RED value IS 225 (88.28% from 255) = 44.47%

 GREEN value IS 148 (58.2% from 255) = 29.25%

 BLUE value IS 133 (52.34% from 255) = 26.28%

R = 44.47%
G = 29.25%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E19485 (or 0xE19485) is known color: Tonys Pink. HEX triplet: E1, 94 and 85. RGB value is (225,148,133). Sum of RGB (Red+Green+Blue) = 225+148+133=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 133 (52.34% from 255 or 26.28% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E19485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19485 is #1E6B7A. Grayscale: #A9A9A9. Windows color (decimal): -1993595 or 8754401. OLE color: 8754401.

HSL color Cylindrical-coordinate representation of color #E19485: hue angle of 9.78º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E19485 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 133 -
CMYK 0 0.34 0.41 0.12
HSL 9.78º 0.61% 0.7% -
HSV(B) 9.78º 0.41% 0.88% -
XYZ 45.87 38.88 27.28 -
YUV 169.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 225 148 133 0 0.34 0.41 0.12 9.78 0.61 0.7
Hex E1 94 85 0 22 29 C A 3D 46
Octal 341 224 205 0 42 51 14 12 75 106
Binary 11100001 10010100 10000101 0 100010 101001 1100 1010 111101 1000110

Color Harmonies of #E19485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19485

Black with #E19485

Text Example


Text Example

White with #E19485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19485; }

 p { color: rgb(225,148,133); }

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

background-color css

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

 a { background-color: rgb(225,148,133); }

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

border-color css

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

 span { border-color: rgb(225,148,133); }

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