Html Css Color HEX #EC1864 Ruby

📋 copy color: '#EC1864'

red 236 ◦ green 24 ◦ blue 100

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

Shades of Ruby #EC1864

Tints of Ruby #EC1864

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.67%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 65.56%
G = 6.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC1864 (or 0xEC1864) is known color: Ruby. HEX triplet: EC, 18 and 64. RGB value is (236,24,100). Sum of RGB (Red+Green+Blue) = 236+24+100=360 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.56% from 360); Green value is 24 (9.77% from 255 or 6.67% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1864 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1864 is #13E79B. Grayscale: #5F5F5F. Windows color (decimal): -1304476 or 6559980. OLE color: 6559980.

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

Color convert

RGB 236 24 100 -
CMYK 0 0.90 0.58 0.07
HSL 338.49º 0.85% 0.51% -
HSV(B) 338.49º 0.9% 0.93% -
XYZ 37.22 19.41 13.84 -
YUV 96.05 130.24 227.82 -
System Red Green Blue C M Y K H S L
Decimal 236 24 100 0 0.90 0.58 0.07 338.49 0.85 0.51
Hex EC 18 64 0 5A 3A 7 152 55 33
Octal 354 30 144 0 132 72 7 522 125 63
Binary 11101100 11000 1100100 0 1011010 111010 111 101010010 1010101 110011

Color Harmonies of #EC1864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1864

Black with #EC1864

Text Example


Text Example

White with #EC1864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1864; }

 p { color: rgb(236,24,100); }

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

background-color css

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

 a { background-color: rgb(236,24,100); }

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

border-color css

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

 span { border-color: rgb(236,24,100); }

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