Html Css Color HEX #EC146D Ruby

📋 copy color: '#EC146D'

red 236 ◦ green 20 ◦ blue 109

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

Shades of Ruby #EC146D

Tints of Ruby #EC146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.48%

 BLUE value IS 109 (42.97% from 255) = 29.86%

R = 64.66%
G = 5.48%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EC146D (or 0xEC146D) is known color: Ruby. HEX triplet: EC, 14 and 6D. RGB value is (236,20,109). Sum of RGB (Red+Green+Blue) = 236+20+109=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 20 (8.20% from 255 or 5.48% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC146D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #EC146D is #13EB92. Grayscale: #5E5E5E. Windows color (decimal): -1305491 or 7148780. OLE color: 7148780.

HSL color Cylindrical-coordinate representation of color #EC146D: hue angle of 335.28º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC146D is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 20 109 -
CMYK 0 0.92 0.54 0.07
HSL 335.28º 0.85% 0.5% -
HSV(B) 335.28º 0.92% 0.93% -
XYZ 37.6 19.44 16.24 -
YUV 94.73 136.06 228.76 -
System Red Green Blue C M Y K H S L
Decimal 236 20 109 0 0.92 0.54 0.07 335.28 0.85 0.5
Hex EC 14 6D 0 5C 36 7 14F 55 32
Octal 354 24 155 0 134 66 7 517 125 62
Binary 11101100 10100 1101101 0 1011100 110110 111 101001111 1010101 110010

Color Harmonies of #EC146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC146D

Black with #EC146D

Text Example


Text Example

White with #EC146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC146D; }

 p { color: rgb(236,20,109); }

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

background-color css

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

 a { background-color: rgb(236,20,109); }

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

border-color css

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

 span { border-color: rgb(236,20,109); }

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