Html Css Color HEX #EA9982 Tonys Pink

📋 copy color: '#EA9982'

red 234 ◦ green 153 ◦ blue 130

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

Shades of Tonys Pink #EA9982

Tints of Tonys Pink #EA9982

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.59%

 BLUE value IS 130 (51.17% from 255) = 25.15%

R = 45.26%
G = 29.59%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA9982 (or 0xEA9982) is known color: Tonys Pink. HEX triplet: EA, 99 and 82. RGB value is (234,153,130). Sum of RGB (Red+Green+Blue) = 234+153+130=517 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.26% from 517); Green value is 153 (60.16% from 255 or 29.59% from 517); Blue value is 130 (51.17% from 255 or 25.15% from 517); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA9982 is #15667D. Grayscale: #AEAEAE. Windows color (decimal): -1402494 or 8559082. OLE color: 8559082.

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

Color convert

RGB 234 153 130 -
CMYK 0 0.35 0.44 0.08
HSL 13.27º 0.71% 0.71% -
HSV(B) 13.27º 0.44% 0.92% -
XYZ 49.35 41.89 26.6 -
YUV 174.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 234 153 130 0 0.35 0.44 0.08 13.27 0.71 0.71
Hex EA 99 82 0 23 2C 8 D 47 47
Octal 352 231 202 0 43 54 10 15 107 107
Binary 11101010 10011001 10000010 0 100011 101100 1000 1101 1000111 1000111

Color Harmonies of #EA9982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9982

Black with #EA9982

Text Example


Text Example

White with #EA9982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9982; }

 p { color: rgb(234,153,130); }

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

background-color css

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

 a { background-color: rgb(234,153,130); }

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

border-color css

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

 span { border-color: rgb(234,153,130); }

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