Html Css Color HEX #EC1A6A Ruby

📋 copy color: '#EC1A6A'

red 236 ◦ green 26 ◦ blue 106

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

Shades of Ruby #EC1A6A

Tints of Ruby #EC1A6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.8%

R = 64.13%
G = 7.07%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC1A6A (or 0xEC1A6A) is known color: Ruby. HEX triplet: EC, 1A and 6A. RGB value is (236,26,106). Sum of RGB (Red+Green+Blue) = 236+26+106=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 26 (10.55% from 255 or 7.07% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A6A is #13E595. Grayscale: #616161. Windows color (decimal): -1303958 or 6953708. OLE color: 6953708.

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

Color convert

RGB 236 26 106 -
CMYK 0 0.89 0.55 0.07
HSL 337.14º 0.85% 0.51% -
HSV(B) 337.14º 0.89% 0.93% -
XYZ 37.56 19.61 15.44 -
YUV 97.91 132.57 226.5 -
System Red Green Blue C M Y K H S L
Decimal 236 26 106 0 0.89 0.55 0.07 337.14 0.85 0.51
Hex EC 1A 6A 0 59 37 7 151 55 33
Octal 354 32 152 0 131 67 7 521 125 63
Binary 11101100 11010 1101010 0 1011001 110111 111 101010001 1010101 110011

Color Harmonies of #EC1A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A6A

Black with #EC1A6A

Text Example


Text Example

White with #EC1A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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