Html Css Color HEX #EC1A6B Ruby

📋 copy color: '#EC1A6B'

red 236 ◦ green 26 ◦ blue 107

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

Shades of Ruby #EC1A6B

Tints of Ruby #EC1A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29%

R = 63.96%
G = 7.05%
B = 29%

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

#EC1A6B (or 0xEC1A6B) is known color: Ruby. HEX triplet: EC, 1A and 6B. RGB value is (236,26,107). Sum of RGB (Red+Green+Blue) = 236+26+107=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 26 (10.55% from 255 or 7.05% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1A6B is #13E594. Grayscale: #616161. Windows color (decimal): -1303957 or 7019244. OLE color: 7019244.

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

Color convert

RGB 236 26 107 -
CMYK 0 0.89 0.55 0.07
HSL 336.86º 0.85% 0.51% -
HSV(B) 336.86º 0.89% 0.93% -
XYZ 37.62 19.63 15.72 -
YUV 98.02 133.07 226.41 -
System Red Green Blue C M Y K H S L
Decimal 236 26 107 0 0.89 0.55 0.07 336.86 0.85 0.51
Hex EC 1A 6B 0 59 37 7 151 55 33
Octal 354 32 153 0 131 67 7 521 125 63
Binary 11101100 11010 1101011 0 1011001 110111 111 101010001 1010101 110011

Color Harmonies of #EC1A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A6B

Black with #EC1A6B

Text Example


Text Example

White with #EC1A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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