Html Css Color HEX #ED9684 Tonys Pink

📋 copy color: '#ED9684'

red 237 ◦ green 150 ◦ blue 132

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

Shades of Tonys Pink #ED9684

Tints of Tonys Pink #ED9684

RGB

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

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

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

R = 45.66%
G = 28.9%
B = 25.43%

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

#ED9684 (or 0xED9684) is known color: Tonys Pink. HEX triplet: ED, 96 and 84. RGB value is (237,150,132). Sum of RGB (Red+Green+Blue) = 237+150+132=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 132 (51.95% from 255 or 25.43% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9684 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9684 is #12697B. Grayscale: #AEAEAE. Windows color (decimal): -1206652 or 8689389. OLE color: 8689389.

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

Color convert

RGB 237 150 132 -
CMYK 0 0.37 0.44 0.07
HSL 10.29º 0.74% 0.72% -
HSV(B) 10.29º 0.44% 0.93% -
XYZ 50 41.48 27.2 -
YUV 173.96 104.32 172.96 -
System Red Green Blue C M Y K H S L
Decimal 237 150 132 0 0.37 0.44 0.07 10.29 0.74 0.72
Hex ED 96 84 0 25 2C 7 A 4A 48
Octal 355 226 204 0 45 54 7 12 112 110
Binary 11101101 10010110 10000100 0 100101 101100 111 1010 1001010 1001000

Color Harmonies of #ED9684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9684

Black with #ED9684

Text Example


Text Example

White with #ED9684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9684; }

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

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

background-color css

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

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

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

border-color css

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

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

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