Html Css Color HEX #EC1A74 Ruby

📋 copy color: '#EC1A74'

red 236 ◦ green 26 ◦ blue 116

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

Shades of Ruby #EC1A74

Tints of Ruby #EC1A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.69%

R = 62.43%
G = 6.88%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EC1A74 (or 0xEC1A74) is known color: Ruby. HEX triplet: EC, 1A and 74. RGB value is (236,26,116). Sum of RGB (Red+Green+Blue) = 236+26+116=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 26 (10.55% from 255 or 6.88% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A74 is #13E58B. Grayscale: #626262. Windows color (decimal): -1303948 or 7609068. OLE color: 7609068.

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

Color convert

RGB 236 26 116 -
CMYK 0 0.89 0.51 0.07
HSL 334.29º 0.85% 0.51% -
HSV(B) 334.29º 0.89% 0.93% -
XYZ 38.11 19.83 18.34 -
YUV 99.05 137.57 225.68 -
System Red Green Blue C M Y K H S L
Decimal 236 26 116 0 0.89 0.51 0.07 334.29 0.85 0.51
Hex EC 1A 74 0 59 33 7 14E 55 33
Octal 354 32 164 0 131 63 7 516 125 63
Binary 11101100 11010 1110100 0 1011001 110011 111 101001110 1010101 110011

Color Harmonies of #EC1A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A74

Black with #EC1A74

Text Example


Text Example

White with #EC1A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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