Html Css Color HEX #EA9683 Tonys Pink

📋 copy color: '#EA9683'

red 234 ◦ green 150 ◦ blue 131

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

Shades of Tonys Pink #EA9683

Tints of Tonys Pink #EA9683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.44%

R = 45.44%
G = 29.13%
B = 25.44%

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

#EA9683 (or 0xEA9683) is known color: Tonys Pink. HEX triplet: EA, 96 and 83. RGB value is (234,150,131). Sum of RGB (Red+Green+Blue) = 234+150+131=515 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.44% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9683 is #15697C. Grayscale: #ADADAD. Windows color (decimal): -1403261 or 8623850. OLE color: 8623850.

HSL color Cylindrical-coordinate representation of color #EA9683: hue angle of 11.07º 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 #EA9683 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 150 131 -
CMYK 0 0.36 0.44 0.08
HSL 11.07º 0.71% 0.72% -
HSV(B) 11.07º 0.44% 0.92% -
XYZ 48.93 40.94 26.8 -
YUV 172.95 104.33 171.54 -
System Red Green Blue C M Y K H S L
Decimal 234 150 131 0 0.36 0.44 0.08 11.07 0.71 0.72
Hex EA 96 83 0 24 2C 8 B 47 48
Octal 352 226 203 0 44 54 10 13 107 110
Binary 11101010 10010110 10000011 0 100100 101100 1000 1011 1000111 1001000

Color Harmonies of #EA9683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9683

Black with #EA9683

Text Example


Text Example

White with #EA9683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9683; }

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

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

background-color css

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

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

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

border-color css

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

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

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