Html Css Color HEX #EC2064 Ruby

📋 copy color: '#EC2064'

red 236 ◦ green 32 ◦ blue 100

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

Shades of Ruby #EC2064

Tints of Ruby #EC2064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 64.13%
G = 8.7%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC2064 (or 0xEC2064) is known color: Ruby. HEX triplet: EC, 20 and 64. RGB value is (236,32,100). Sum of RGB (Red+Green+Blue) = 236+32+100=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC2064 is #13DF9B. Grayscale: #646464. Windows color (decimal): -1302428 or 6562028. OLE color: 6562028.

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

Color convert

RGB 236 32 100 -
CMYK 0 0.86 0.58 0.07
HSL 340º 0.84% 0.53% -
HSV(B) 340º 0.86% 0.93% -
XYZ 37.41 19.79 13.9 -
YUV 100.75 127.59 224.47 -
System Red Green Blue C M Y K H S L
Decimal 236 32 100 0 0.86 0.58 0.07 340 0.84 0.53
Hex EC 20 64 0 56 3A 7 154 54 35
Octal 354 40 144 0 126 72 7 524 124 65
Binary 11101100 100000 1100100 0 1010110 111010 111 101010100 1010100 110101

Color Harmonies of #EC2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2064

Black with #EC2064

Text Example


Text Example

White with #EC2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2064; }

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

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

background-color css

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

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

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

border-color css

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

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

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