Html Css Color HEX #EC1768 Ruby

📋 copy color: '#EC1768'

red 236 ◦ green 23 ◦ blue 104

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

Shades of Ruby #EC1768

Tints of Ruby #EC1768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.34%

 BLUE value IS 104 (41.02% from 255) = 28.65%

R = 65.01%
G = 6.34%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1768 (or 0xEC1768) is known color: Ruby. HEX triplet: EC, 17 and 68. RGB value is (236,23,104). Sum of RGB (Red+Green+Blue) = 236+23+104=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 23 (9.38% from 255 or 6.34% from 363); Blue value is 104 (41.02% from 255 or 28.65% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1768 is #13E897. Grayscale: #5F5F5F. Windows color (decimal): -1304728 or 6821868. OLE color: 6821868.

HSL color Cylindrical-coordinate representation of color #EC1768: hue angle of 337.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1768 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 23 104 -
CMYK 0 0.90 0.56 0.07
HSL 337.18º 0.85% 0.51% -
HSV(B) 337.18º 0.9% 0.93% -
XYZ 37.4 19.45 14.88 -
YUV 95.92 132.57 227.91 -
System Red Green Blue C M Y K H S L
Decimal 236 23 104 0 0.90 0.56 0.07 337.18 0.85 0.51
Hex EC 17 68 0 5A 38 7 151 55 33
Octal 354 27 150 0 132 70 7 521 125 63
Binary 11101100 10111 1101000 0 1011010 111000 111 101010001 1010101 110011

Color Harmonies of #EC1768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1768

Black with #EC1768

Text Example


Text Example

White with #EC1768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1768; }

 p { color: rgb(236,23,104); }

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

background-color css

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

 a { background-color: rgb(236,23,104); }

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

border-color css

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

 span { border-color: rgb(236,23,104); }

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