Html Css Color HEX #EC1267 Ruby

📋 copy color: '#EC1267'

red 236 ◦ green 18 ◦ blue 103

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

Shades of Ruby #EC1267

Tints of Ruby #EC1267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 28.85%

R = 66.11%
G = 5.04%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1267 (or 0xEC1267) is known color: Ruby. HEX triplet: EC, 12 and 67. RGB value is (236,18,103). Sum of RGB (Red+Green+Blue) = 236+18+103=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 103 (40.62% from 255 or 28.85% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1267 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1267 is #13ED98. Grayscale: #5C5C5C. Windows color (decimal): -1306009 or 6755052. OLE color: 6755052.

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

Color convert

RGB 236 18 103 -
CMYK 0 0.92 0.56 0.07
HSL 336.61º 0.86% 0.5% -
HSV(B) 336.61º 0.92% 0.93% -
XYZ 37.26 19.24 14.58 -
YUV 92.87 133.72 230.09 -
System Red Green Blue C M Y K H S L
Decimal 236 18 103 0 0.92 0.56 0.07 336.61 0.86 0.5
Hex EC 12 67 0 5C 38 7 151 56 32
Octal 354 22 147 0 134 70 7 521 126 62
Binary 11101100 10010 1100111 0 1011100 111000 111 101010001 1010110 110010

Color Harmonies of #EC1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1267

Black with #EC1267

Text Example


Text Example

White with #EC1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1267; }

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

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

background-color css

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

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

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

border-color css

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

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

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