Html Css Color HEX #EC1769 Ruby

📋 copy color: '#EC1769'

red 236 ◦ green 23 ◦ blue 105

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

Shades of Ruby #EC1769

Tints of Ruby #EC1769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 64.84%
G = 6.32%
B = 28.85%

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

#EC1769 (or 0xEC1769) is known color: Ruby. HEX triplet: EC, 17 and 69. RGB value is (236,23,105). Sum of RGB (Red+Green+Blue) = 236+23+105=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 23 (9.38% from 255 or 6.32% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1769 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1769 is #13E896. Grayscale: #5F5F5F. Windows color (decimal): -1304727 or 6887404. OLE color: 6887404.

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

Color convert

RGB 236 23 105 -
CMYK 0 0.90 0.56 0.07
HSL 336.9º 0.85% 0.51% -
HSV(B) 336.9º 0.9% 0.93% -
XYZ 37.45 19.47 15.15 -
YUV 96.04 133.07 227.83 -
System Red Green Blue C M Y K H S L
Decimal 236 23 105 0 0.90 0.56 0.07 336.9 0.85 0.51
Hex EC 17 69 0 5A 38 7 151 55 33
Octal 354 27 151 0 132 70 7 521 125 63
Binary 11101100 10111 1101001 0 1011010 111000 111 101010001 1010101 110011

Color Harmonies of #EC1769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1769

Black with #EC1769

Text Example


Text Example

White with #EC1769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1769; }

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

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

background-color css

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

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

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

border-color css

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

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

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