Html Css Color HEX #EC1A78 Ruby

📋 copy color: '#EC1A78'

red 236 ◦ green 26 ◦ blue 120

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

Shades of Ruby #EC1A78

Tints of Ruby #EC1A78

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

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

R = 61.78%
G = 6.81%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EC1A78 (or 0xEC1A78) is known color: Ruby. HEX triplet: EC, 1A and 78. RGB value is (236,26,120). Sum of RGB (Red+Green+Blue) = 236+26+120=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A78 is #13E587. Grayscale: #636363. Windows color (decimal): -1303944 or 7871212. OLE color: 7871212.

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

Color convert

RGB 236 26 120 -
CMYK 0 0.89 0.49 0.07
HSL 333.14º 0.85% 0.51% -
HSV(B) 333.14º 0.89% 0.93% -
XYZ 38.35 19.93 19.59 -
YUV 99.51 139.57 225.36 -
System Red Green Blue C M Y K H S L
Decimal 236 26 120 0 0.89 0.49 0.07 333.14 0.85 0.51
Hex EC 1A 78 0 59 31 7 14D 55 33
Octal 354 32 170 0 131 61 7 515 125 63
Binary 11101100 11010 1111000 0 1011001 110001 111 101001101 1010101 110011

Color Harmonies of #EC1A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A78

Black with #EC1A78

Text Example


Text Example

White with #EC1A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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