Html Css Color HEX #EC1273 Ruby

📋 copy color: '#EC1273'

red 236 ◦ green 18 ◦ blue 115

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

Shades of Ruby #EC1273

Tints of Ruby #EC1273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.17%

R = 63.96%
G = 4.88%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC1273 (or 0xEC1273) is known color: Ruby. HEX triplet: EC, 12 and 73. RGB value is (236,18,115). Sum of RGB (Red+Green+Blue) = 236+18+115=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 18 (7.42% from 255 or 4.88% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1273 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1273 is #13ED8C. Grayscale: #5E5E5E. Windows color (decimal): -1305997 or 7541484. OLE color: 7541484.

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

Color convert

RGB 236 18 115 -
CMYK 0 0.92 0.51 0.07
HSL 333.3º 0.86% 0.5% -
HSV(B) 333.3º 0.92% 0.93% -
XYZ 37.9 19.5 17.99 -
YUV 94.24 139.72 229.11 -
System Red Green Blue C M Y K H S L
Decimal 236 18 115 0 0.92 0.51 0.07 333.3 0.86 0.5
Hex EC 12 73 0 5C 33 7 14D 56 32
Octal 354 22 163 0 134 63 7 515 126 62
Binary 11101100 10010 1110011 0 1011100 110011 111 101001101 1010110 110010

Color Harmonies of #EC1273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1273

Black with #EC1273

Text Example


Text Example

White with #EC1273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1273; }

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

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

background-color css

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

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

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

border-color css

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

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

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