Html Css Color HEX #EC1178 Ruby

📋 copy color: '#EC1178'

red 236 ◦ green 17 ◦ blue 120

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

Shades of Ruby #EC1178

Tints of Ruby #EC1178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 63.27%
G = 4.56%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC1178 (or 0xEC1178) is known color: Ruby. HEX triplet: EC, 11 and 78. RGB value is (236,17,120). Sum of RGB (Red+Green+Blue) = 236+17+120=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 17 (7.03% from 255 or 4.56% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1178 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1178 is #13EE87. Grayscale: #5E5E5E. Windows color (decimal): -1306248 or 7868908. OLE color: 7868908.

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

Color convert

RGB 236 17 120 -
CMYK 0 0.93 0.49 0.07
HSL 331.78º 0.87% 0.5% -
HSV(B) 331.78º 0.93% 0.93% -
XYZ 38.18 19.59 19.54 -
YUV 94.22 142.55 229.12 -
System Red Green Blue C M Y K H S L
Decimal 236 17 120 0 0.93 0.49 0.07 331.78 0.87 0.5
Hex EC 11 78 0 5D 31 7 14C 57 32
Octal 354 21 170 0 135 61 7 514 127 62
Binary 11101100 10001 1111000 0 1011101 110001 111 101001100 1010111 110010

Color Harmonies of #EC1178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1178

Black with #EC1178

Text Example


Text Example

White with #EC1178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1178; }

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

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

background-color css

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

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

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

border-color css

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

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

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