Html Css Color HEX #ED9584 Tonys Pink

📋 copy color: '#ED9584'

red 237 ◦ green 149 ◦ blue 132

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

Shades of Tonys Pink #ED9584

Tints of Tonys Pink #ED9584

RGB

 RED value IS 237 (92.97% from 255) = 45.75%

 GREEN value IS 149 (58.59% from 255) = 28.76%

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

R = 45.75%
G = 28.76%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ED9584 (or 0xED9584) is known color: Tonys Pink. HEX triplet: ED, 95 and 84. RGB value is (237,149,132). Sum of RGB (Red+Green+Blue) = 237+149+132=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9584 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9584 is #126A7B. Grayscale: #ADADAD. Windows color (decimal): -1206908 or 8689133. OLE color: 8689133.

HSL color Cylindrical-coordinate representation of color #ED9584: hue angle of 9.71º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED9584 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 149 132 -
CMYK 0 0.37 0.44 0.07
HSL 9.71º 0.74% 0.72% -
HSV(B) 9.71º 0.44% 0.93% -
XYZ 49.84 41.17 27.15 -
YUV 173.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 237 149 132 0 0.37 0.44 0.07 9.71 0.74 0.72
Hex ED 95 84 0 25 2C 7 A 4A 48
Octal 355 225 204 0 45 54 7 12 112 110
Binary 11101101 10010101 10000100 0 100101 101100 111 1010 1001010 1001000

Color Harmonies of #ED9584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9584

Black with #ED9584

Text Example


Text Example

White with #ED9584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9584; }

 p { color: rgb(237,149,132); }

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

background-color css

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

 a { background-color: rgb(237,149,132); }

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

border-color css

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

 span { border-color: rgb(237,149,132); }

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