Html Css Color HEX #EA9684 Tonys Pink

📋 copy color: '#EA9684'

red 234 ◦ green 150 ◦ blue 132

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

Shades of Tonys Pink #EA9684

Tints of Tonys Pink #EA9684

RGB

 RED value IS 234 (91.8% from 255) = 45.35%

 GREEN value IS 150 (58.98% from 255) = 29.07%

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

R = 45.35%
G = 29.07%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9684 (or 0xEA9684) is known color: Tonys Pink. HEX triplet: EA, 96 and 84. RGB value is (234,150,132). Sum of RGB (Red+Green+Blue) = 234+150+132=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9684 is #15697B. Grayscale: #ADADAD. Windows color (decimal): -1403260 or 8689386. OLE color: 8689386.

HSL color Cylindrical-coordinate representation of color #EA9684: hue angle of 10.59º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA9684 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 132 -
CMYK 0 0.36 0.44 0.08
HSL 10.59º 0.71% 0.72% -
HSV(B) 10.59º 0.44% 0.92% -
XYZ 49 40.97 27.16 -
YUV 173.06 104.83 171.46 -
System Red Green Blue C M Y K H S L
Decimal 234 150 132 0 0.36 0.44 0.08 10.59 0.71 0.72
Hex EA 96 84 0 24 2C 8 B 47 48
Octal 352 226 204 0 44 54 10 13 107 110
Binary 11101010 10010110 10000100 0 100100 101100 1000 1011 1000111 1001000

Color Harmonies of #EA9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9684

Black with #EA9684

Text Example


Text Example

White with #EA9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9684; }

 p { color: rgb(234,150,132); }

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

background-color css

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

 a { background-color: rgb(234,150,132); }

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

border-color css

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

 span { border-color: rgb(234,150,132); }

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