Html Css Color HEX #EC1268 Ruby

📋 copy color: '#EC1268'

red 236 ◦ green 18 ◦ blue 104

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

Shades of Ruby #EC1268

Tints of Ruby #EC1268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 65.92%
G = 5.03%
B = 29.05%

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

#EC1268 (or 0xEC1268) is known color: Ruby. HEX triplet: EC, 12 and 68. RGB value is (236,18,104). Sum of RGB (Red+Green+Blue) = 236+18+104=358 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.92% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1268 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1268 is #13ED97. Grayscale: #5C5C5C. Windows color (decimal): -1306008 or 6820588. OLE color: 6820588.

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

Color convert

RGB 236 18 104 -
CMYK 0 0.92 0.56 0.07
HSL 336.33º 0.86% 0.5% -
HSV(B) 336.33º 0.92% 0.93% -
XYZ 37.31 19.26 14.85 -
YUV 92.99 134.22 230.01 -
System Red Green Blue C M Y K H S L
Decimal 236 18 104 0 0.92 0.56 0.07 336.33 0.86 0.5
Hex EC 12 68 0 5C 38 7 150 56 32
Octal 354 22 150 0 134 70 7 520 126 62
Binary 11101100 10010 1101000 0 1011100 111000 111 101010000 1010110 110010

Color Harmonies of #EC1268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1268

Black with #EC1268

Text Example


Text Example

White with #EC1268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1268; }

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

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

background-color css

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

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

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

border-color css

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

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

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