Html Css Color HEX #EC1167 Ruby

📋 copy color: '#EC1167'

red 236 ◦ green 17 ◦ blue 103

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

Shades of Ruby #EC1167

Tints of Ruby #EC1167

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.78%

 BLUE value IS 103 (40.63% from 255) = 28.93%

R = 66.29%
G = 4.78%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1167 (or 0xEC1167) is known color: Ruby. HEX triplet: EC, 11 and 67. RGB value is (236,17,103). Sum of RGB (Red+Green+Blue) = 236+17+103=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1167 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1167 is #13EE98. Grayscale: #5C5C5C. Windows color (decimal): -1306265 or 6754796. OLE color: 6754796.

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

Color convert

RGB 236 17 103 -
CMYK 0 0.93 0.56 0.07
HSL 336.44º 0.87% 0.5% -
HSV(B) 336.44º 0.93% 0.93% -
XYZ 37.24 19.21 14.58 -
YUV 92.29 134.05 230.51 -
System Red Green Blue C M Y K H S L
Decimal 236 17 103 0 0.93 0.56 0.07 336.44 0.87 0.5
Hex EC 11 67 0 5D 38 7 150 57 32
Octal 354 21 147 0 135 70 7 520 127 62
Binary 11101100 10001 1100111 0 1011101 111000 111 101010000 1010111 110010

Color Harmonies of #EC1167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1167

Black with #EC1167

Text Example


Text Example

White with #EC1167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1167; }

 p { color: rgb(236,17,103); }

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

background-color css

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

 a { background-color: rgb(236,17,103); }

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

border-color css

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

 span { border-color: rgb(236,17,103); }

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