Html Css Color HEX #E29384 Tonys Pink

📋 copy color: '#E29384'

red 226 ◦ green 147 ◦ blue 132

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

Shades of Tonys Pink #E29384

Tints of Tonys Pink #E29384

RGB

 RED value IS 226 (88.67% from 255) = 44.75%

 GREEN value IS 147 (57.81% from 255) = 29.11%

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

R = 44.75%
G = 29.11%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.11

RGB Variations

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

Color information

#E29384 (or 0xE29384) is known color: Tonys Pink. HEX triplet: E2, 93 and 84. RGB value is (226,147,132). Sum of RGB (Red+Green+Blue) = 226+147+132=505 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.75% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 132 (51.95% from 255 or 26.14% from 505); Max value from RGB is 226 - color contains mainly: red. Hex color #E29384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E29384 is #1D6C7B. Grayscale: #A9A9A9. Windows color (decimal): -1928316 or 8688610. OLE color: 8688610.

HSL color Cylindrical-coordinate representation of color #E29384: hue angle of 9.57º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E29384 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 147 132 -
CMYK 0 0.35 0.42 0.11
HSL 9.57º 0.62% 0.7% -
HSV(B) 9.57º 0.42% 0.89% -
XYZ 45.96 38.7 26.88 -
YUV 168.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 226 147 132 0 0.35 0.42 0.11 9.57 0.62 0.7
Hex E2 93 84 0 23 2A B A 3E 46
Octal 342 223 204 0 43 52 13 12 76 106
Binary 11100010 10010011 10000100 0 100011 101010 1011 1010 111110 1000110

Color Harmonies of #E29384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E29384

Black with #E29384

Text Example


Text Example

White with #E29384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E29384; }

 p { color: rgb(226,147,132); }

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

background-color css

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

 a { background-color: rgb(226,147,132); }

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

border-color css

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

 span { border-color: rgb(226,147,132); }

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