Html Css Color HEX #EC1069 Ruby

📋 copy color: '#EC1069'

red 236 ◦ green 16 ◦ blue 105

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

Shades of Ruby #EC1069

Tints of Ruby #EC1069

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.48%

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

R = 66.11%
G = 4.48%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#EC1069 (or 0xEC1069) is known color: Ruby. HEX triplet: EC, 10 and 69. RGB value is (236,16,105). Sum of RGB (Red+Green+Blue) = 236+16+105=357 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.11% from 357); Green value is 16 (6.64% from 255 or 4.48% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC1069 is #13EF96. Grayscale: #5B5B5B. Windows color (decimal): -1306519 or 6885612. OLE color: 6885612.

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

Color convert

RGB 236 16 105 -
CMYK 0 0.93 0.56 0.07
HSL 335.73º 0.87% 0.49% -
HSV(B) 335.73º 0.93% 0.93% -
XYZ 37.33 19.22 15.11 -
YUV 91.93 135.39 230.76 -
System Red Green Blue C M Y K H S L
Decimal 236 16 105 0 0.93 0.56 0.07 335.73 0.87 0.49
Hex EC 10 69 0 5D 38 7 150 57 31
Octal 354 20 151 0 135 70 7 520 127 61
Binary 11101100 10000 1101001 0 1011101 111000 111 101010000 1010111 110001

Color Harmonies of #EC1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1069

Black with #EC1069

Text Example


Text Example

White with #EC1069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1069; }

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

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

background-color css

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

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

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

border-color css

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

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

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