Html Css Color HEX #EC1A70 Ruby

📋 copy color: '#EC1A70'

red 236 ◦ green 26 ◦ blue 112

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

Shades of Ruby #EC1A70

Tints of Ruby #EC1A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 63.1%
G = 6.95%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EC1A70 (or 0xEC1A70) is known color: Ruby. HEX triplet: EC, 1A and 70. RGB value is (236,26,112). Sum of RGB (Red+Green+Blue) = 236+26+112=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A70 is #13E58F. Grayscale: #626262. Windows color (decimal): -1303952 or 7346924. OLE color: 7346924.

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

Color convert

RGB 236 26 112 -
CMYK 0 0.89 0.53 0.07
HSL 335.43º 0.85% 0.51% -
HSV(B) 335.43º 0.89% 0.93% -
XYZ 37.89 19.74 17.14 -
YUV 98.59 135.57 226.01 -
System Red Green Blue C M Y K H S L
Decimal 236 26 112 0 0.89 0.53 0.07 335.43 0.85 0.51
Hex EC 1A 70 0 59 35 7 14F 55 33
Octal 354 32 160 0 131 65 7 517 125 63
Binary 11101100 11010 1110000 0 1011001 110101 111 101001111 1010101 110011

Color Harmonies of #EC1A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A70

Black with #EC1A70

Text Example


Text Example

White with #EC1A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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