Html Css Color HEX #ED2061 Ruby

📋 copy color: '#ED2061'

red 237 ◦ green 32 ◦ blue 97

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

Shades of Ruby #ED2061

Tints of Ruby #ED2061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.74%

 BLUE value IS 97 (38.28% from 255) = 26.5%

R = 64.75%
G = 8.74%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#ED2061 (or 0xED2061) is known color: Ruby. HEX triplet: ED, 20 and 61. RGB value is (237,32,97). Sum of RGB (Red+Green+Blue) = 237+32+97=366 (48% of max value = 765). Red value is 237 (92.97% from 255 or 64.75% from 366); Green value is 32 (12.89% from 255 or 8.74% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #ED2061 is #12DF9E. Grayscale: #646464. Windows color (decimal): -1236895 or 6365421. OLE color: 6365421.

HSL color Cylindrical-coordinate representation of color #ED2061: hue angle of 340.98º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ED2061 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 32 97 -
CMYK 0 0.86 0.59 0.07
HSL 340.98º 0.85% 0.53% -
HSV(B) 340.98º 0.86% 0.93% -
XYZ 37.6 19.9 13.17 -
YUV 100.71 125.92 225.21 -
System Red Green Blue C M Y K H S L
Decimal 237 32 97 0 0.86 0.59 0.07 340.98 0.85 0.53
Hex ED 20 61 0 56 3B 7 155 55 35
Octal 355 40 141 0 126 73 7 525 125 65
Binary 11101101 100000 1100001 0 1010110 111011 111 101010101 1010101 110101

Color Harmonies of #ED2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2061

Black with #ED2061

Text Example


Text Example

White with #ED2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2061; }

 p { color: rgb(237,32,97); }

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

background-color css

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

 a { background-color: rgb(237,32,97); }

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

border-color css

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

 span { border-color: rgb(237,32,97); }

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