Html Css Color HEX #EC1370 Ruby

📋 copy color: '#EC1370'

red 236 ◦ green 19 ◦ blue 112

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

Shades of Ruby #EC1370

Tints of Ruby #EC1370

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.18%

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 64.31%
G = 5.18%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC1370 (or 0xEC1370) is known color: Ruby. HEX triplet: EC, 13 and 70. RGB value is (236,19,112). Sum of RGB (Red+Green+Blue) = 236+19+112=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 19 (7.81% from 255 or 5.18% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1370 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1370 is #13EC8F. Grayscale: #5E5E5E. Windows color (decimal): -1305744 or 7345132. OLE color: 7345132.

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

Color convert

RGB 236 19 112 -
CMYK 0 0.92 0.53 0.07
HSL 334.29º 0.85% 0.5% -
HSV(B) 334.29º 0.92% 0.93% -
XYZ 37.75 19.47 17.1 -
YUV 94.49 137.89 228.94 -
System Red Green Blue C M Y K H S L
Decimal 236 19 112 0 0.92 0.53 0.07 334.29 0.85 0.5
Hex EC 13 70 0 5C 35 7 14E 55 32
Octal 354 23 160 0 134 65 7 516 125 62
Binary 11101100 10011 1110000 0 1011100 110101 111 101001110 1010101 110010

Color Harmonies of #EC1370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1370

Black with #EC1370

Text Example


Text Example

White with #EC1370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1370; }

 p { color: rgb(236,19,112); }

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

background-color css

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

 a { background-color: rgb(236,19,112); }

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

border-color css

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

 span { border-color: rgb(236,19,112); }

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