Html Css Color HEX #EC1A66 Ruby

📋 copy color: '#EC1A66'

red 236 ◦ green 26 ◦ blue 102

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

Shades of Ruby #EC1A66

Tints of Ruby #EC1A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.02%

R = 64.84%
G = 7.14%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EC1A66 (or 0xEC1A66) is known color: Ruby. HEX triplet: EC, 1A and 66. RGB value is (236,26,102). Sum of RGB (Red+Green+Blue) = 236+26+102=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A66 is #13E599. Grayscale: #616161. Windows color (decimal): -1303962 or 6691564. OLE color: 6691564.

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

Color convert

RGB 236 26 102 -
CMYK 0 0.89 0.57 0.07
HSL 338.29º 0.85% 0.51% -
HSV(B) 338.29º 0.89% 0.93% -
XYZ 37.36 19.53 14.37 -
YUV 97.45 130.57 226.82 -
System Red Green Blue C M Y K H S L
Decimal 236 26 102 0 0.89 0.57 0.07 338.29 0.85 0.51
Hex EC 1A 66 0 59 39 7 152 55 33
Octal 354 32 146 0 131 71 7 522 125 63
Binary 11101100 11010 1100110 0 1011001 111001 111 101010010 1010101 110011

Color Harmonies of #EC1A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A66

Black with #EC1A66

Text Example


Text Example

White with #EC1A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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