Html Css Color HEX #EC1072 Ruby

📋 copy color: '#EC1072'

red 236 ◦ green 16 ◦ blue 114

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

Shades of Ruby #EC1072

Tints of Ruby #EC1072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 64.48%
G = 4.37%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1072 (or 0xEC1072) is known color: Ruby. HEX triplet: EC, 10 and 72. RGB value is (236,16,114). Sum of RGB (Red+Green+Blue) = 236+16+114=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 16 (6.64% from 255 or 4.37% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1072 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1072 is #13EF8D. Grayscale: #5C5C5C. Windows color (decimal): -1306510 or 7475436. OLE color: 7475436.

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

Color convert

RGB 236 16 114 -
CMYK 0 0.93 0.52 0.07
HSL 333.27º 0.87% 0.49% -
HSV(B) 333.27º 0.93% 0.93% -
XYZ 37.81 19.42 17.67 -
YUV 92.95 139.89 230.03 -
System Red Green Blue C M Y K H S L
Decimal 236 16 114 0 0.93 0.52 0.07 333.27 0.87 0.49
Hex EC 10 72 0 5D 34 7 14D 57 31
Octal 354 20 162 0 135 64 7 515 127 61
Binary 11101100 10000 1110010 0 1011101 110100 111 101001101 1010111 110001

Color Harmonies of #EC1072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1072

Black with #EC1072

Text Example


Text Example

White with #EC1072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1072; }

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

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

background-color css

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

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

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

border-color css

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

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

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