Html Css Color HEX #EC1A71 Ruby

📋 copy color: '#EC1A71'

red 236 ◦ green 26 ◦ blue 113

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

Shades of Ruby #EC1A71

Tints of Ruby #EC1A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.13%

R = 62.93%
G = 6.93%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#EC1A71 (or 0xEC1A71) is known color: Ruby. HEX triplet: EC, 1A and 71. RGB value is (236,26,113). Sum of RGB (Red+Green+Blue) = 236+26+113=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 113 (44.53% from 255 or 30.13% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A71 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A71 is #13E58E. Grayscale: #626262. Windows color (decimal): -1303951 or 7412460. OLE color: 7412460.

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

Color convert

RGB 236 26 113 -
CMYK 0 0.89 0.52 0.07
HSL 335.14º 0.85% 0.51% -
HSV(B) 335.14º 0.89% 0.93% -
XYZ 37.94 19.76 17.44 -
YUV 98.71 136.07 225.93 -
System Red Green Blue C M Y K H S L
Decimal 236 26 113 0 0.89 0.52 0.07 335.14 0.85 0.51
Hex EC 1A 71 0 59 34 7 14F 55 33
Octal 354 32 161 0 131 64 7 517 125 63
Binary 11101100 11010 1110001 0 1011001 110100 111 101001111 1010101 110011

Color Harmonies of #EC1A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A71

Black with #EC1A71

Text Example


Text Example

White with #EC1A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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