Html Css Color HEX #EC1C6B Ruby

📋 copy color: '#EC1C6B'

red 236 ◦ green 28 ◦ blue 107

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

Shades of Ruby #EC1C6B

Tints of Ruby #EC1C6B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.55%

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

R = 63.61%
G = 7.55%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EC1C6B (or 0xEC1C6B) is known color: Ruby. HEX triplet: EC, 1C and 6B. RGB value is (236,28,107). Sum of RGB (Red+Green+Blue) = 236+28+107=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1C6B is #13E394. Grayscale: #636363. Windows color (decimal): -1303445 or 7019756. OLE color: 7019756.

HSL color Cylindrical-coordinate representation of color #EC1C6B: hue angle of 337.21º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC1C6B is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 28 107 -
CMYK 0 0.88 0.55 0.07
HSL 337.21º 0.85% 0.52% -
HSV(B) 337.21º 0.88% 0.93% -
XYZ 37.66 19.72 15.73 -
YUV 99.2 132.41 225.58 -
System Red Green Blue C M Y K H S L
Decimal 236 28 107 0 0.88 0.55 0.07 337.21 0.85 0.52
Hex EC 1C 6B 0 58 37 7 151 55 34
Octal 354 34 153 0 130 67 7 521 125 64
Binary 11101100 11100 1101011 0 1011000 110111 111 101010001 1010101 110100

Color Harmonies of #EC1C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C6B

Black with #EC1C6B

Text Example


Text Example

White with #EC1C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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