Html Css Color HEX #E19484 Tonys Pink

📋 copy color: '#E19484'

red 225 ◦ green 148 ◦ blue 132

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

Shades of Tonys Pink #E19484

Tints of Tonys Pink #E19484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.14%

R = 44.55%
G = 29.31%
B = 26.14%

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

#E19484 (or 0xE19484) is known color: Tonys Pink. HEX triplet: E1, 94 and 84. RGB value is (225,148,132). Sum of RGB (Red+Green+Blue) = 225+148+132=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E19484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E19484 is #1E6B7B. Grayscale: #A9A9A9. Windows color (decimal): -1993596 or 8688865. OLE color: 8688865.

HSL color Cylindrical-coordinate representation of color #E19484: hue angle of 10.32º 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 #E19484 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 148 132 -
CMYK 0 0.34 0.41 0.12
HSL 10.32º 0.61% 0.7% -
HSV(B) 10.32º 0.41% 0.88% -
XYZ 45.81 38.85 26.91 -
YUV 169.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 225 148 132 0 0.34 0.41 0.12 10.32 0.61 0.7
Hex E1 94 84 0 22 29 C A 3D 46
Octal 341 224 204 0 42 51 14 12 75 106
Binary 11100001 10010100 10000100 0 100010 101001 1100 1010 111101 1000110

Color Harmonies of #E19484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E19484

Black with #E19484

Text Example


Text Example

White with #E19484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E19484; }

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

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

background-color css

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

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

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

border-color css

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

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

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