Html Css Color HEX #EC1A64 Ruby

📋 copy color: '#EC1A64'

red 236 ◦ green 26 ◦ blue 100

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

Shades of Ruby #EC1A64

Tints of Ruby #EC1A64

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.18%

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

R = 65.19%
G = 7.18%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC1A64 (or 0xEC1A64) is known color: Ruby. HEX triplet: EC, 1A and 64. RGB value is (236,26,100). Sum of RGB (Red+Green+Blue) = 236+26+100=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A64 is #13E59B. Grayscale: #616161. Windows color (decimal): -1303964 or 6560492. OLE color: 6560492.

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

Color convert

RGB 236 26 100 -
CMYK 0 0.89 0.58 0.07
HSL 338.86º 0.85% 0.51% -
HSV(B) 338.86º 0.89% 0.93% -
XYZ 37.26 19.49 13.85 -
YUV 97.23 129.57 226.98 -
System Red Green Blue C M Y K H S L
Decimal 236 26 100 0 0.89 0.58 0.07 338.86 0.85 0.51
Hex EC 1A 64 0 59 3A 7 153 55 33
Octal 354 32 144 0 131 72 7 523 125 63
Binary 11101100 11010 1100100 0 1011001 111010 111 101010011 1010101 110011

Color Harmonies of #EC1A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A64

Black with #EC1A64

Text Example


Text Example

White with #EC1A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A64; }

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

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

background-color css

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

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

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

border-color css

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

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

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