Html Css Color HEX #EC1264 Ruby

📋 copy color: '#EC1264'

red 236 ◦ green 18 ◦ blue 100

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

Shades of Ruby #EC1264

Tints of Ruby #EC1264

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.08%

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

R = 66.67%
G = 5.08%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC1264 (or 0xEC1264) is known color: Ruby. HEX triplet: EC, 12 and 64. RGB value is (236,18,100). Sum of RGB (Red+Green+Blue) = 236+18+100=354 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.67% from 354); Green value is 18 (7.42% from 255 or 5.08% from 354); Blue value is 100 (39.45% from 255 or 28.25% from 354); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1264 is #13ED9B. Grayscale: #5C5C5C. Windows color (decimal): -1306012 or 6558444. OLE color: 6558444.

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

Color convert

RGB 236 18 100 -
CMYK 0 0.92 0.58 0.07
HSL 337.43º 0.86% 0.5% -
HSV(B) 337.43º 0.92% 0.93% -
XYZ 37.11 19.19 13.8 -
YUV 92.53 132.22 230.33 -
System Red Green Blue C M Y K H S L
Decimal 236 18 100 0 0.92 0.58 0.07 337.43 0.86 0.5
Hex EC 12 64 0 5C 3A 7 151 56 32
Octal 354 22 144 0 134 72 7 521 126 62
Binary 11101100 10010 1100100 0 1011100 111010 111 101010001 1010110 110010

Color Harmonies of #EC1264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1264

Black with #EC1264

Text Example


Text Example

White with #EC1264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1264; }

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

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

background-color css

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

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

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

border-color css

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

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

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