Html Css Color HEX #EC1C68 Ruby

📋 copy color: '#EC1C68'

red 236 ◦ green 28 ◦ blue 104

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

Shades of Ruby #EC1C68

Tints of Ruby #EC1C68

RGB

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

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

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

R = 64.13%
G = 7.61%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1C68 (or 0xEC1C68) is known color: Ruby. HEX triplet: EC, 1C and 68. RGB value is (236,28,104). Sum of RGB (Red+Green+Blue) = 236+28+104=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 28 (11.33% from 255 or 7.61% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EC1C68 is #13E397. Grayscale: #626262. Windows color (decimal): -1303448 or 6823148. OLE color: 6823148.

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

Color convert

RGB 236 28 104 -
CMYK 0 0.88 0.56 0.07
HSL 338.08º 0.85% 0.52% -
HSV(B) 338.08º 0.88% 0.93% -
XYZ 37.51 19.66 14.92 -
YUV 98.86 130.91 225.82 -
System Red Green Blue C M Y K H S L
Decimal 236 28 104 0 0.88 0.56 0.07 338.08 0.85 0.52
Hex EC 1C 68 0 58 38 7 152 55 34
Octal 354 34 150 0 130 70 7 522 125 64
Binary 11101100 11100 1101000 0 1011000 111000 111 101010010 1010101 110100

Color Harmonies of #EC1C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C68

Black with #EC1C68

Text Example


Text Example

White with #EC1C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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