Html Css Color HEX #EC1070 Ruby

📋 copy color: '#EC1070'

red 236 ◦ green 16 ◦ blue 112

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

Shades of Ruby #EC1070

Tints of Ruby #EC1070

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.4%

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

R = 64.84%
G = 4.4%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC1070 (or 0xEC1070) is known color: Ruby. HEX triplet: EC, 10 and 70. RGB value is (236,16,112). Sum of RGB (Red+Green+Blue) = 236+16+112=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 16 (6.64% from 255 or 4.40% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1070 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1070 is #13EF8F. Grayscale: #5C5C5C. Windows color (decimal): -1306512 or 7344364. OLE color: 7344364.

HSL color Cylindrical-coordinate representation of color #EC1070: hue angle of 333.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC1070 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 16 112 -
CMYK 0 0.93 0.53 0.07
HSL 333.82º 0.87% 0.49% -
HSV(B) 333.82º 0.93% 0.93% -
XYZ 37.7 19.37 17.08 -
YUV 92.72 138.89 230.19 -
System Red Green Blue C M Y K H S L
Decimal 236 16 112 0 0.93 0.53 0.07 333.82 0.87 0.49
Hex EC 10 70 0 5D 35 7 14E 57 31
Octal 354 20 160 0 135 65 7 516 127 61
Binary 11101100 10000 1110000 0 1011101 110101 111 101001110 1010111 110001

Color Harmonies of #EC1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1070

Black with #EC1070

Text Example


Text Example

White with #EC1070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1070; }

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

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

background-color css

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

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

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

border-color css

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

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

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