Html Css Color HEX #EC2061 Ruby

📋 copy color: '#EC2061'

red 236 ◦ green 32 ◦ blue 97

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

Shades of Ruby #EC2061

Tints of Ruby #EC2061

RGB

 RED value IS 236 (92.58% from 255) = 64.66%

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

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

R = 64.66%
G = 8.77%
B = 26.58%

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

#EC2061 (or 0xEC2061) is known color: Ruby. HEX triplet: EC, 20 and 61. RGB value is (236,32,97). Sum of RGB (Red+Green+Blue) = 236+32+97=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2061 is #13DF9E. Grayscale: #646464. Windows color (decimal): -1302431 or 6365420. OLE color: 6365420.

HSL color Cylindrical-coordinate representation of color #EC2061: hue angle of 340.88º degrees, saturation: 0.84, 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 #EC2061 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 32 97 -
CMYK 0 0.86 0.59 0.07
HSL 340.88º 0.84% 0.53% -
HSV(B) 340.88º 0.86% 0.93% -
XYZ 37.27 19.73 13.15 -
YUV 100.41 126.09 224.71 -
System Red Green Blue C M Y K H S L
Decimal 236 32 97 0 0.86 0.59 0.07 340.88 0.84 0.53
Hex EC 20 61 0 56 3B 7 155 54 35
Octal 354 40 141 0 126 73 7 525 124 65
Binary 11101100 100000 1100001 0 1010110 111011 111 101010101 1010100 110101

Color Harmonies of #EC2061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2061

Black with #EC2061

Text Example


Text Example

White with #EC2061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2061; }

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

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

background-color css

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

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

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

border-color css

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

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

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